Daniel Gibbs 8 년 전
부모
커밋
da5e3b2a78
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tests/tests_shellcheck.sh

+ 2 - 1
tests/tests_shellcheck.sh

@@ -7,5 +7,6 @@
 # Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki
 # Website: https://gameservermanagers.com
 
-command -v shellcheck
+
+ls -al
 shellcheck --shell=bash --exclude=SC2154,SC2034 GameServerManagers/LinuxGSM/lgsm/functions/*