Add comment for installer.sh and start.sh

This commit is contained in:
Girish Ramakrishnan
2018-10-26 10:13:27 -07:00
parent f97973626c
commit 0250508a89
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
#!/bin/bash
# This script is run before the box code is switched. This means that we can
# put network related/curl downloads here. If the script fails, the old code
# will continue to run
set -eu -o pipefail
if [[ ${EUID} -ne 0 ]]; then