set -e shuffling

This commit is contained in:
Michael Vines
2018-11-11 09:25:59 -08:00
parent def7d156f6
commit 3466f139a4
13 changed files with 12 additions and 13 deletions

View File

@ -382,8 +382,8 @@ EOF
declare startupScript="$netConfigDir"/instance-startup-script.sh
cat > "$startupScript" <<EOF
#!/usr/bin/env bash
set -ex
# autogenerated at $(date)
set -ex
cat > /etc/motd <<EOM
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -ex
#
# Rsync setup for Snap builds
#
set -ex
[[ $(uname) = Linux ]] || exit 1
[[ $USER = root ]] || exit 1

View File

@ -1,6 +1,5 @@
#!/usr/bin/env bash
set -ex
#
[[ $(uname) = Linux ]] || exit 1
[[ $USER = root ]] || exit 1

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -ex
#
# Updates the default cuda symlink to the supported version
#
set -ex
[[ $(uname) = Linux ]] || exit 1
[[ $USER = root ]] || exit 1