From 319a11d68e4a7ace1f64459e462e59c17877af11 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sat, 22 Jan 2022 16:33:56 -0500 Subject: [PATCH] Update install_services.sh --- scripts/install_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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