Browse Source

changed back to -d

pull/584/head
Daniel Gibbs 9 years ago
parent
commit
4172ceba58
  1. 4
      functions/check_systemdir.sh

4
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

Loading…
Cancel
Save