Browse Source

double quote missing

pull/1323/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
84016558b8
  1. 2
      lgsm/functions/install_logs.sh

2
lgsm/functions/install_logs.sh

@ -42,7 +42,7 @@ fi
# If a server is unreal2 or unity3d create a dir.
if [ "${engine}" == "unreal2" ]||[ "${engine}" == "unity3d" ]||[ "${gamename}" == "Teeworlds" ]||[ "${gamename}" == "seriousengine35" ]; then
if [ ! -d ${gamelogdir}" ]; then
if [ ! -d "${gamelogdir}" ]; then
mkdir -pv "${gamelogdir}"
fi
fi

Loading…
Cancel
Save