added a message at end of rsync notifying user the rsync is complete

This commit is contained in:
chess.griffin 2008-08-03 19:01:30 +00:00
parent 81c5fac4bb
commit 13190c01f3

View File

@ -471,6 +471,8 @@ rsync_command () {
# This function holds the rsync command.
/usr/bin/rsync -avz --delete --timeout=5 --exclude="*.sbopkg" \
$RSYNCMIRROR/$SLACKVER/ $LOCALREPO/$SLACKVER/
echo
echo "Rsync with SlackBuilds.org complete."
rm -rf $TMP/sbopkg_rsync.lck
}