Przeglądaj źródła

add doublequotes in fix_lo.sh

Claiyc 4 lat temu
rodzic
commit
49c3b09df9
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      lgsm/functions/fix_lo.sh

+ 2 - 2
lgsm/functions/fix_lo.sh

@@ -10,8 +10,8 @@ local APPID_FILE=${executabledir}/steam_appid.txt
 if [ ! -f "${APPID_FILE}" ]; then
     fn_print_information "adding ${APPID_FILE} to ${gamename} server."
     fn_sleep_time
-    echo "903950" > ${APPID_FILE}
+    echo "903950" > "${APPID_FILE}"
 else
     fn_print_information "${APPID_FILE} already exists. No action to be taken."
     fn_sleep_time
-fi
+fi