Daniel Gibbs 9 лет назад
Родитель
Сommit
35269a57c7
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      lgsm/functions/check_executable.sh

+ 2 - 2
lgsm/functions/check_executable.sh

@@ -1,8 +1,8 @@
 #!/bin/bash
-# LGSM check_system_dir.sh function
+# LGSM check_executable.sh function
 # Author: Daniel Gibbs
 # Website: https://gameservermanagers.com
-# Description: Checks if systemdir is accessible.
+# Description: Checks if executable exists.
 
 local commandname="CHECK"
 local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"