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

@ -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