diff options
Diffstat (limited to 'scripts/boot/overlay.sh')
-rwxr-xr-x | scripts/boot/overlay.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/boot/overlay.sh b/scripts/boot/overlay.sh index 193c510..17a47e1 100755 --- a/scripts/boot/overlay.sh +++ b/scripts/boot/overlay.sh @@ -1,5 +1,7 @@ #!/bin/sh +#set -e + setup_unionfs () { image_directory="${1}" |