From 0a3246ec37dbc488bad2f7de729216a080668bbf Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Wed, 8 Dec 2021 14:15:19 -0500 Subject: [PATCH] debuggin --- 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 fe66abd..f9b4c8e 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