mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove unnecessary chmod calls
This commit is contained in:
parent
003c914edb
commit
7552abae32
@ -2043,9 +2043,7 @@ snapshots_scp_files() {
|
||||
fi
|
||||
ssh ${RSYNCUSER}@${RSYNCIP} "mkdir -p ${RSYNCPATH}/.updaters"
|
||||
# ensure permissions are correct for r+w
|
||||
ssh ${RSYNCUSER}@${RSYNCIP} "chmod -R ug+rw /usr/local/www/snapshots/FreeBSD_${FREEBSD_PARENT_BRANCH}/${TARGET}/."
|
||||
ssh ${RSYNCUSER}@${RSYNCIP} "chmod -R ug+rw ${RSYNCPATH}/."
|
||||
ssh ${RSYNCUSER}@${RSYNCIP} "chmod -R ug+rw ${RSYNCPATH}/*/."
|
||||
rsync $RSYNC_COPY_ARGUMENTS $STAGINGAREA/${PRODUCT_NAME}-*iso* \
|
||||
${RSYNCUSER}@${RSYNCIP}:${RSYNCPATH}/livecd_installer/
|
||||
rsync $RSYNC_COPY_ARGUMENTS $STAGINGAREA/${PRODUCT_NAME}-memstick* \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user