mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
added a message at end of rsync notifying user the rsync is complete
This commit is contained in:
parent
81c5fac4bb
commit
13190c01f3
@ -471,6 +471,8 @@ rsync_command () {
|
|||||||
# This function holds the rsync command.
|
# This function holds the rsync command.
|
||||||
/usr/bin/rsync -avz --delete --timeout=5 --exclude="*.sbopkg" \
|
/usr/bin/rsync -avz --delete --timeout=5 --exclude="*.sbopkg" \
|
||||||
$RSYNCMIRROR/$SLACKVER/ $LOCALREPO/$SLACKVER/
|
$RSYNCMIRROR/$SLACKVER/ $LOCALREPO/$SLACKVER/
|
||||||
|
echo
|
||||||
|
echo "Rsync with SlackBuilds.org complete."
|
||||||
rm -rf $TMP/sbopkg_rsync.lck
|
rm -rf $TMP/sbopkg_rsync.lck
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user