mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-27 09:58:28 +01:00
added a message at end of rsync notifying user the rsync is complete
This commit is contained in:
parent
81c5fac4bb
commit
13190c01f3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue