Browse Source

corrected if statement

Daniel Gibbs 10 năm trước cách đây
mục cha
commit
d02c14d228
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      functions/fix_arma3.sh

+ 1 - 1
functions/fix_arma3.sh

@@ -25,7 +25,7 @@ fn_msg_end(){
 }
 
 # Fixes: server not always creating steam_appid.txt file.
-if [ -d "${rootdir}/.local/share/Arma\ 3" ]; then
+if [ ! -d "${rootdir}/.local/share/Arma\ 3" ]; then
 	local fixname="20150 Segmentation fault (core dumped)"
 	fn_msg_start
 	mkdir -p "${rootdir}/.local/share/Arma\ 3"