force umask

This commit is contained in:
Gregory Colpart 2015-11-24 19:48:56 +01:00
parent cc72f8eaa2
commit e924394230

View file

@ -9,6 +9,9 @@
LANGUAGE=C
LANG=C
## Force umask
umask 077
## Verify other evobackup process and kill if needed
PIDFILE=/var/run/evobackup.pid
if [ -e $PIDFILE ]; then