From bb1a7d27cb4615030a6bb534aacac695db78fbc8 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 27 Aug 2024 22:50:36 +0200 Subject: [PATCH] fix --- spcd/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 783b153..ca516b2 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -1178,6 +1178,7 @@ spcd_step__install_packages() { if [ -f "${spcd_spr__file}" ]; then spcd_os_sed "${spcd_spr__file}" \ "|^enabled=1|#enabled=0|" + fi ;; *) ;; esac