mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-11 18:48:26 +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
|
||||
cd ark-server-tools-master/tools
|
||||
chmod +x install.sh
|
||||
sh install.sh $1
|
||||
sh install.sh $1 > /dev/null
|
||||
|
||||
status=$?
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user