diff options
Diffstat (limited to 'chapter10/fstab.sh')
-rw-r--r-- | chapter10/fstab.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter10/fstab.sh b/chapter10/fstab.sh index 7e8aa05..2173c25 100644 --- a/chapter10/fstab.sh +++ b/chapter10/fstab.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e cat << EOF > /etc/fstab # Begin /etc/fstab |