Make --restart-front-end default. Goal is opposite
This commit is contained in:
parent
7a08b7cdcf
commit
104e547a57
@ -23,7 +23,7 @@ RECONFIGURE_BTCPAY_SERVER=false
|
|||||||
CLUSTER_NAME="$(lxc remote get-default)"
|
CLUSTER_NAME="$(lxc remote get-default)"
|
||||||
STOP_SERVICES=false
|
STOP_SERVICES=false
|
||||||
USER_SAYS_YES=false
|
USER_SAYS_YES=false
|
||||||
RESTART_FRONT_END=false
|
RESTART_FRONT_END=true
|
||||||
|
|
||||||
# grab any modifications from the command line.
|
# grab any modifications from the command line.
|
||||||
for i in "$@"; do
|
for i in "$@"; do
|
||||||
@ -32,6 +32,7 @@ for i in "$@"; do
|
|||||||
RESTORE_WWW=true
|
RESTORE_WWW=true
|
||||||
BACKUP_APPS=false
|
BACKUP_APPS=false
|
||||||
RUN_CERT_RENEWAL=false
|
RUN_CERT_RENEWAL=false
|
||||||
|
RESTART_FRONT_END=true
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--restore-btcpay)
|
--restore-btcpay)
|
||||||
@ -51,6 +52,7 @@ for i in "$@"; do
|
|||||||
;;
|
;;
|
||||||
--stop)
|
--stop)
|
||||||
STOP_SERVICES=true
|
STOP_SERVICES=true
|
||||||
|
RESTART_FRONT_END=true
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--restart-front-end)
|
--restart-front-end)
|
||||||
|
Loading…
Reference in New Issue
Block a user