chmod +x bin/*

This commit is contained in:
Bachir Soussi Chiadmi
2018-04-07 11:34:55 +02:00
parent c1eefcd6fc
commit e15e231cc5
15 changed files with 23 additions and 22 deletions

4
bin/autoupdate.sh Normal file → Executable file
View File

@@ -11,8 +11,8 @@ echo '\033[35m
# https://www.howtoforge.com/how-to-configure-automatic-updates-on-debian-wheezy
# https://www.bisolweb.com/tutoriels/serveur-vps-ovh-partie-5-installation-apticron/
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
if [ "$EUID" -ne 0 ]; then
echo "Please run as root"
exit
fi