From d02c14d2285387099737513734a38ebd2cc95ab1 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 2 Jan 2016 01:16:47 +0000 Subject: [PATCH] corrected if statement --- functions/fix_arma3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fix_arma3.sh b/functions/fix_arma3.sh index 75db601a9..b0a1317de 100644 --- a/functions/fix_arma3.sh +++ b/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"