~ shrinked

This commit is contained in:
Lucas Briese 2019-10-15 14:31:57 +02:00
parent e4b58e76c2
commit 3dc98f54f5

View File

@ -9,10 +9,9 @@ set -o nounset
#./prepareServer.sh: 9: set: Illegal option -o pipefail #./prepareServer.sh: 9: set: Illegal option -o pipefail
#set -o pipefail #set -o pipefail
LGSM_SERVER_CONFIG="/home/steam/lgsm/config-lgsm/gmodserver/common.cfg" # copy lgsm config
mkdir -p "/home/steam/lgsm/config-lgsm/gmodserver/" mkdir -p "/home/steam/lgsm/config-lgsm/gmodserver/"
cp -f "/home/common.cfg" "$LGSM_SERVER_CONFIG" # common.cfg should be target, but is wrong, maybe a bug. (gmodserver working) cp -f "/home/common.cfg" "/home/steam/lgsm/config-lgsm/gmodserver/common.cfg" # common.cfg should be target, but is wrong, maybe a bug. (gmodserver working)
cd "/home" cd "/home"
echo "[prepareServer.sh]check configurations" echo "[prepareServer.sh]check configurations"