mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-24 07:28:27 +00:00
don't print output of install script but use only exit codes
This commit is contained in:
parent
c6b9a70066
commit
46240bb169
@ -12,7 +12,7 @@ tar -zxvf master.tar.gz
|
|||||||
# Install ARK Server Tools
|
# Install ARK Server Tools
|
||||||
cd ark-server-tools-master/tools
|
cd ark-server-tools-master/tools
|
||||||
chmod +x install.sh
|
chmod +x install.sh
|
||||||
sh install.sh $1
|
sh install.sh $1 > /dev/null
|
||||||
|
|
||||||
status=$?
|
status=$?
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user