This commit is contained in:
Patrick McGuire
2021-12-08 14:15:19 -05:00
parent cb8e4fb568
commit 0a3246ec37
+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