turning off debugging -- was a caddy issue

This commit is contained in:
Patrick McGuire
2021-12-08 14:20:12 -05:00
parent 0a3246ec37
commit 31caef770f
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# This reinstalls the services
set -x # Uncomment to enable debugging
#set -x # Uncomment to enable debugging
trap 'rm -f ${tmpfile}' EXIT
trap 'exit 1' SIGINT SIGHUP
USER=pi