From 4172ceba58c4e43866566a71e1d84b37165b3d37 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 26 Dec 2015 20:26:52 +0000 Subject: [PATCH] changed back to -d --- functions/check_systemdir.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/check_systemdir.sh b/functions/check_systemdir.sh index 896ae5bf4..9f21ca29c 100644 --- a/functions/check_systemdir.sh +++ b/functions/check_systemdir.sh @@ -2,9 +2,9 @@ # LGSM check_systemdir.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="061115" +lgsm_version="161215" -if [ ! -f "${systemdir}" ]; then +if [ ! -d "${systemdir}" ]; then fn_printfailnl "Cannot access ${systemdir}: No such directory" exit 1 fi