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)
|
||||||
RESTORE_WWW=true
|
RESTORE_WWW=true
|
||||||
RESTORE_CERTS=true
|
RESTORE_CERTS=true
|
||||||
BACKUP_APPS=false
|
|
||||||
RUN_CERT_RENEWAL=false
|
|
||||||
RESTART_FRONT_END=true
|
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--restore-btcpay)
|
--restore-btcpay)
|
||||||
RESTORE_BTCPAY=true
|
RESTORE_BTCPAY=true
|
||||||
BACKUP_BTCPAY=false
|
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--backup-www)
|
--backup-www)
|
||||||
@ -104,8 +101,8 @@ for i in "$@"; do
|
|||||||
SKIP_BTCPAY=true
|
SKIP_BTCPAY=true
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--no-cert-renew)
|
--cert-renew)
|
||||||
RUN_CERT_RENEWAL=false
|
RUN_CERT_RENEWAL=true
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-y)
|
-y)
|
||||||
|
Loading…
Reference in New Issue
Block a user