From 13893f6cd9927f0e7b0c23d1e218260cf9801d6f Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 28 Dec 2025 10:51:14 +0100 Subject: [PATCH] Backup also firewal apply and stop script. --- remove.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remove.sh b/remove.sh index 46d467c..c8b476e 100755 --- a/remove.sh +++ b/remove.sh @@ -67,8 +67,8 @@ if [[ -x /usr/local/sbin/fw-stop ]]; then fi say "Removing installed scripts..." -remove_file /usr/local/sbin/fw-apply -remove_file /usr/local/sbin/fw-stop +backup_then_remove /usr/local/sbin/fw-apply +backup_then_remove /usr/local/sbin/fw-stop say "Removing template..." backup_then_remove /etc/nftables.conf.in