Remove unnecessary variable assignments.

This commit is contained in:
Derek Smith 2023-04-05 12:08:25 -04:00
parent 55de36dadc
commit 9a15ada7e3
Signed by: farscapian
GPG Key ID: B443E530A14E1C90

View File

@ -64,14 +64,11 @@ for i in "$@"; do
--restore-www)
RESTORE_WWW=true
RESTORE_CERTS=true
BACKUP_APPS=false
RUN_CERT_RENEWAL=false
RESTART_FRONT_END=true
shift
;;
--restore-btcpay)
RESTORE_BTCPAY=true
BACKUP_BTCPAY=false
shift
;;
--backup-www)
@ -104,8 +101,8 @@ for i in "$@"; do
SKIP_BTCPAY=true
shift
;;
--no-cert-renew)
RUN_CERT_RENEWAL=false
--cert-renew)
RUN_CERT_RENEWAL=true
shift
;;
-y)