mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 10:58:28 +00:00
Add run command to arkmanager
This commit is contained in:
parent
4856d8bbb1
commit
7b5d8b60f2
@ -1156,6 +1156,9 @@ checkConfig
|
||||
|
||||
while true; do
|
||||
case "$1" in
|
||||
run)
|
||||
doRun
|
||||
;;
|
||||
start)
|
||||
if [ "$2" == "--all" ]; then
|
||||
doStartAll
|
||||
@ -1248,6 +1251,7 @@ while true; do
|
||||
echo "installmod <modid> Installs a mod from the Steam workshop"
|
||||
echo "restart Stops the server and then starts it"
|
||||
echo "restart --all Restarts all servers specified in configfile_xxxxx"
|
||||
echo "run Runs the server without daemonizing"
|
||||
echo "start Starts the server"
|
||||
echo "start --all Starts all servers specified in configfile_xxxxx"
|
||||
echo "stop Stops the server"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user