Remove temporary firewall and domain files during service removal
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -203,6 +203,7 @@ remove_additionals() {
|
|||||||
debug "$service_exec $FIREWALL.tmp start info"
|
debug "$service_exec $FIREWALL.tmp start info"
|
||||||
$service_exec $FIREWALL.tmp start info
|
$service_exec $FIREWALL.tmp start info
|
||||||
rm $FIREWALL.tmp
|
rm $FIREWALL.tmp
|
||||||
|
rm $FIREWALL
|
||||||
done
|
done
|
||||||
|
|
||||||
# delete domains
|
# delete domains
|
||||||
@@ -221,6 +222,7 @@ remove_additionals() {
|
|||||||
debug "$service_exec $DOMAIN.tmp start info"
|
debug "$service_exec $DOMAIN.tmp start info"
|
||||||
$service_exec $DOMAIN.tmp start info
|
$service_exec $DOMAIN.tmp start info
|
||||||
rm $DOMAIN.tmp
|
rm $DOMAIN.tmp
|
||||||
|
rm $DOMAIN
|
||||||
done
|
done
|
||||||
|
|
||||||
# remove service files
|
# remove service files
|
||||||
|
|||||||
Reference in New Issue
Block a user