Remove unnecessary variable assignments.
This commit is contained in:
parent
55de36dadc
commit
9a15ada7e3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user