rollback sudo
All checks were successful
Deployment Verification Ubuntu / deploy-and-test (push) Successful in 2m5s

This commit is contained in:
Hubert Cornet 2025-04-27 12:30:11 +02:00
parent f6d85f96c8
commit d5caebb742

View File

@ -35,7 +35,7 @@ configure_ufw() {
# Allow SSH on custom port # Allow SSH on custom port
log_message "INFO" "IPv4 : Allowing SSH on port 22" log_message "INFO" "IPv4 : Allowing SSH on port 22"
sudo ufw allow 22/tcp ufw allow 22/tcp
# Allow HTTP/HTTPS for web services if needed # Allow HTTP/HTTPS for web services if needed
log_message "INFO" "IPv4 : Allowing HTTP/HTTPS ports" log_message "INFO" "IPv4 : Allowing HTTP/HTTPS ports"