diff --git a/scripts/update_services.sh b/scripts/update_services.sh index f9b4c8e..fe66abd 100755 --- a/scripts/update_services.sh +++ b/scripts/update_services.sh @@ -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