Mise à jour de 'script_post.sh'

This commit is contained in:
Eliott Ude 2024-01-16 16:45:38 +01:00
parent 00623481e3
commit 809b7ea05a

View File

@ -1,7 +1,7 @@
#!/bin/bash
# authors : https://gitlab.com/Mxaxax - https://gitlab.com/edricus
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
then echo "Lancer en tant que root"
exit
fi