Remove dead code

This commit is contained in:
Renato Botelho 2015-09-04 12:59:04 -03:00
parent c47d4d659b
commit 98ffbd81e2

View File

@ -2032,8 +2032,6 @@ snapshots_scp_files() {
snapshots_update_status ">>> Copying files to ${RSYNCIP}"
rm -f $SCRATCHDIR/ssh-snapshots*
# Ensure directory(s) are available
ssh ${RSYNCUSER}@${RSYNCIP} "mkdir -p ${RSYNCPATH}/livecd_installer"
ssh ${RSYNCUSER}@${RSYNCIP} "mkdir -p ${RSYNCPATH}/updates"