Daniel Gibbs před 9 roky
rodič
revize
35269a57c7
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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]}"))"