summaryrefslogtreecommitdiff
path: root/airootfs/root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'airootfs/root/bootstrap')
-rwxr-xr-xairootfs/root/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/airootfs/root/bootstrap b/airootfs/root/bootstrap
index dcd3d3f..5bfcf11 100755
--- a/airootfs/root/bootstrap
+++ b/airootfs/root/bootstrap
@@ -1,5 +1,5 @@
#!/bin/bash
-set -e
+set -eux
if ! timeout 1 curl -Is tombarrett.xyz | grep "200 OK" > /dev/null; then
echo "Please first connect to the internet."