Fix perms on output directory

This commit is contained in:
Salt 2020-05-19 12:12:51 -05:00
parent 8379e2051e
commit c8409a00f4

View File

@ -21,7 +21,7 @@ if ! [ -d "$OUTDIR" ]; then
fi
fi
# Enforce permissions on our output directory since the terraria user will need them
chown root.git "$OUTDIR"
chown root.ter-admin "$OUTDIR"
chmod 770 "$OUTDIR"
# Purge oldest backup if we need to