소스 검색

Corrected header

Daniel Gibbs 9 년 전
부모
커밋
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]}"))"