diff options
Diffstat (limited to 'scripts/boot/mount-http.sh')
-rwxr-xr-x | scripts/boot/mount-http.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/boot/mount-http.sh b/scripts/boot/mount-http.sh index 99851b9..1b718c0 100755 --- a/scripts/boot/mount-http.sh +++ b/scripts/boot/mount-http.sh @@ -1,5 +1,7 @@ #!/bin/sh +#set -e + do_httpmount () { rc=1 |