Modify : variable structure, add file custom

This commit is contained in:
2025-04-24 18:46:57 +02:00
parent 9db64d936e
commit 8b8626d035
9 changed files with 37 additions and 24 deletions

View File

@@ -63,7 +63,7 @@ configure_ufw() {
# Enable UFW
log_message "INFO" "Enabling UFW"
echo "y" | ufw -force enable
echo "y" | ufw enable
if [ $? -eq 0 ]; then
log_message "SUCCESS" "UFW enabled successfully"