Bug fixed.

This commit is contained in:
Ali
2026-04-09 15:31:28 +08:00
parent be760cca0f
commit e208dc69e3

View File

@@ -80,6 +80,7 @@ reload_nginx() {
docker exec -d nginx service nginx reload docker exec -d nginx service nginx reload
else else
echo "Warning: nginx container is not running, skipping reload" echo "Warning: nginx container is not running, skipping reload"
fi
} }
# Function to show menu and select directory # Function to show menu and select directory