Browse Source

corrected systemdir checks

pull/592/head
Daniel Gibbs 9 years ago
parent
commit
be2c79e028
  1. 2
      functions/check.sh

2
functions/check.sh

@ -21,7 +21,7 @@ array_contains () {
check_root.sh
if [ "${function_selfname}" != "install" ]||[ "${function_selfname}" != "auto-install" ]; then
if [ "${function_selfname}" != "command_install.sh" ]; then
check_systemdir.sh
fi

Loading…
Cancel
Save