Update install_services.sh

This commit is contained in:
Patrick McGuire
2022-01-22 16:33:56 -05:00
committed by GitHub
parent cc6050fdcf
commit 319a11d68e
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# This installs the services that have been selected
#set -x # Uncomment to enable debugging
set -x # Uncomment to enable debugging
trap 'rm -f ${tmpfile}' EXIT
trap 'exit 1' SIGINT SIGHUP
USER=pi