Skip to content

Commit cc1beb7

Browse files
author
Admin9705
committed
update
1 parent 452c757 commit cc1beb7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

functions/deployblitz.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ ansible-playbook /opt/pgclone/ymls/mount.yml -e "drive=tdrive"
3030

3131
# deploy only if pgmove is using encryption
3232
if [[ "$transport" == "be" ]]; then
33-
type=tcrypt
34-
encryptbit="C"
3533
ansible-playbook /opt/pgclone/ymls/crypt.yml -e "drive=gcrypt"
3634
echo "be" > /var/plexguide/deployed.version
3735
type=tcrypt

0 commit comments

Comments
 (0)