Daniel Gibbs 8 lat temu
rodzic
commit
da5e3b2a78
1 zmienionych plików z 2 dodań i 1 usunięć
  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/*