diff --git a/scripts/install_services.sh b/scripts/install_services.sh index c3ea874..6624f07 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -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