From 495bfe88a59a7b49df3660e067aae6b8a69b3daa Mon Sep 17 00:00:00 2001 From: tschettervictor Date: Sun, 30 Nov 2025 13:25:56 -0700 Subject: [PATCH] ... --- usr/local/share/bastille/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/update.sh b/usr/local/share/bastille/update.sh index bffaa814..24f2d0fe 100644 --- a/usr/local/share/bastille/update.sh +++ b/usr/local/share/bastille/update.sh @@ -319,7 +319,7 @@ release_update() { hbsd-update \ -r "${release_dir}" \ - -c "${hbsd_update_conf}"; then + -c "${hbsd_update_conf}" fi }