Correcting permissions in snapshot script.
This commit is contained in:
parent
d236758c6b
commit
f44e2ef79f
|
@ -175,4 +175,8 @@ EOF
|
|||
# Removing build directory
|
||||
rm -rf "${TEMPDIR}"
|
||||
|
||||
# Fixing permissions
|
||||
chmod 0644 "${SERVER}"/*
|
||||
chmod 0766 "${SERVER}"/*.sh
|
||||
|
||||
echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-snapshots: end build." >> "${LOGFILE}"
|
||||
|
|
Loading…
Reference in New Issue