Browse Source

update functions bypasses systemdir check

pull/675/merge
Daniel Gibbs 9 years ago
parent
commit
3be4b933e8
  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