homeserver/restic: minor tweaks
This commit is contained in:
parent
1a1167cd0d
commit
bf1e99732c
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
SUDO_PATH=${lib.getExe pkgs.sudo}
|
||||
|
||||
if [ ! -d $DB_BACKUP_DIR ]; then
|
||||
mkdir -p -m 600 $DB_BACKUP_DIR
|
||||
mkdir -p -m 700 $DB_BACKUP_DIR
|
||||
fi
|
||||
|
||||
umask 077
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue