Add shellcheck statements

This commit is contained in:
TheSpad
2022-12-19 17:30:25 +00:00
parent a8ac2cc8ec
commit da7ba7fad2
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
# permissions
lsiown -R abc:abc \

View File

@@ -1,4 +1,5 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
exec \
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9696" \