From 9c990fca729353b9076cf109e732fd2a55573d81 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sun, 22 Jan 2023 19:29:11 +0100 Subject: 2023 update --- airootfs/root/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'airootfs/root/bootstrap') 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." -- cgit v1.2.3