This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script pour sécuriser son VPS | |
# Copyright MozzyPC (https://www.youtube.com/@mozzypc) | |
# Dernière mise à jour 02/2025 | |
set -e # Arrête le script en cas d'erreur | |
# === Déclaration des variables === | |
ACTIONS_DONE=() # Liste des actions effectuées pour un éventuel rollback |