Daniel Gibbs 9 anni fa
parent
commit
4dc19ab64f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lgsm/functions/check.sh

+ 1 - 1
lgsm/functions/check.sh

@@ -13,7 +13,7 @@ local commandname="CHECK"
 check_root.sh
 check_tmuxception.sh
 
-if [ "${function_selfname}" != "command_monitor.sh" ]
+if [ "${function_selfname}" != "command_monitor.sh" ];then
 	check_permissions.sh
 fi