mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 10:58:28 +00:00
Add --noautoupdate option to start and restart
This commit is contained in:
parent
4ca8617bc9
commit
49a2b029bc
@ -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"
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user