Fix perms on output directory
This commit is contained in:
parent
8379e2051e
commit
c8409a00f4
@ -21,7 +21,7 @@ if ! [ -d "$OUTDIR" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Enforce permissions on our output directory since the terraria user will need them
|
# 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"
|
chmod 770 "$OUTDIR"
|
||||||
|
|
||||||
# Purge oldest backup if we need to
|
# Purge oldest backup if we need to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user