Update install_services.sh
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# This installs the services that have been selected
|
# 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 'rm -f ${tmpfile}' EXIT
|
||||||
trap 'exit 1' SIGINT SIGHUP
|
trap 'exit 1' SIGINT SIGHUP
|
||||||
USER=pi
|
USER=pi
|
||||||
|
|||||||
Reference in New Issue
Block a user