From e4aa23f21709ee1fedfeecf35cb2632c7a6167c6 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 4 Nov 2022 13:48:22 +0100 Subject: [PATCH] Remove set -e This doesn't work because the reboot triggers an error --- scripts/remote_switch.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/remote_switch.sh b/scripts/remote_switch.sh index 6a0fa7a..98a5261 100755 --- a/scripts/remote_switch.sh +++ b/scripts/remote_switch.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -set -e cd /home/andreas/.nixos