diff options
Diffstat (limited to 'scripts/boot/snapshot.sh')
-rwxr-xr-x | scripts/boot/snapshot.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/boot/snapshot.sh b/scripts/boot/snapshot.sh index 3c9ebcd..568fda7 100755 --- a/scripts/boot/snapshot.sh +++ b/scripts/boot/snapshot.sh @@ -1,5 +1,7 @@ #!/bin/sh +#set -e + do_snap_copy () { fromdev="${1}" |