Add --noautoupdate option to start and restart

This commit is contained in:
Ben Peddell 2016-01-22 18:51:32 +10:00
parent 4ca8617bc9
commit 49a2b029bc

View File

@ -1728,7 +1728,7 @@ while true; do
doRun
;;
start)
doStart
doStart "${options[@]}"
;;
stop)
doStop shutdown "${options[@]}"
@ -1785,7 +1785,7 @@ while true; do
for instance in "${instances[@]}"; do
(
useConfig "$instance"
doStart
doStart "${options[@]}"
echo "`timestamp`: start" >> "$logdir/$arkmanagerLog"
echo "`timestamp`: restart" >> "$logdir/$arkmanagerLog"
)