From 31caef770fc2481127c81a9d4fdc7fa06f22a7aa Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Wed, 8 Dec 2021 14:20:12 -0500 Subject: [PATCH] turning off debugging -- was a caddy issue --- scripts/update_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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