Fix perms on output directory
This commit is contained in:
parent
8379e2051e
commit
c8409a00f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user