Pihole: wait no don't exit on error
This commit is contained in:
parent
c00ebd8594
commit
ccd02eb01a
|
@ -21,9 +21,6 @@ let
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Immediately exit on any errors
|
|
||||||
set -e
|
|
||||||
|
|
||||||
# local storage partition
|
# local storage partition
|
||||||
echo "Unlocking storage partition:"
|
echo "Unlocking storage partition:"
|
||||||
cryptsetup luksOpen /dev/disk/by-uuid/b09893d7-cc1f-4482-bf7a-126d03923b45 sda
|
cryptsetup luksOpen /dev/disk/by-uuid/b09893d7-cc1f-4482-bf7a-126d03923b45 sda
|
||||||
|
|
Loading…
Reference in a new issue