don't print output of install script but use only exit codes

This commit is contained in:
FezVrasta 2015-06-22 10:49:02 +02:00
parent c6b9a70066
commit 46240bb169

View File

@ -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=$?