Separated autopause config file location to keep scripts read-only

This commit is contained in:
Geoff Bourne
2020-07-26 13:22:07 -05:00
parent aebe35c9d4
commit 49d9f4a89d
3 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
. /start-utils
sudo /usr/sbin/knockd -c /autopause/knockd-config.cfg -d
sudo /usr/sbin/knockd -c /tmp/knockd-config.cfg -d
if [ $? -ne 0 ] ; then
while :
do