Remove temporary firewall and domain files during service removal
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2025-05-15 13:01:30 +02:00
parent f808a394aa
commit 8e3a28334e

View File

@@ -203,6 +203,7 @@ remove_additionals() {
debug "$service_exec $FIREWALL.tmp start info"
$service_exec $FIREWALL.tmp start info
rm $FIREWALL.tmp
rm $FIREWALL
done
# delete domains
@@ -221,6 +222,7 @@ remove_additionals() {
debug "$service_exec $DOMAIN.tmp start info"
$service_exec $DOMAIN.tmp start info
rm $DOMAIN.tmp
rm $DOMAIN
done
# remove service files