Browse Source

Merge remote-tracking branch 'refs/remotes/origin/master' into dlmanage

pull/743/head
Daniel Gibbs 9 years ago
parent
commit
d0e618a856
  1. 4
      functions/check.sh

4
functions/check.sh

@ -2,7 +2,7 @@
# LGSM fn_check function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="170116"
lgsm_version="050216"
# Description: Overall function for managing checks.
# Runs checks that will either halt on or fix an issue.
@ -21,7 +21,7 @@ array_contains () {
check_root.sh
if [ "${function_selfname}" != "command_install.sh" ]; then
if [ "${function_selfname}" != "command_install.sh" ]||[ "${function_selfname}" != "update_functions.sh" ]; then
check_systemdir.sh
fi

Loading…
Cancel
Save