Skip to content

Commit 6d9d687

Browse files
committed
v1.1.0
1 parent 6a0427e commit 6d9d687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

btsync.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function btsyncconfig {
173173

174174
function backup {
175175
backup_date=$(date +"%d-%m-%Y_%H-%M-%S")
176-
backup_reason="The BitTorrent Sync is being backed up as (btsync_backup_$backup_date.tar.gz)"
176+
backup_reason="The BitTorrent Sync is being backed up as (/home/$user/btsync_backup_$backup_date.tar.gz)"
177177
# Look for the 4 common signals that indicate this script was killed.
178178
# If the background command was started, kill it, too.
179179
if [ -e ${btsdir} ]; then
@@ -259,4 +259,4 @@ elif [[ $response =~ ^(""|[r|R]|[r|R]emove)$ ]]; then
259259
else
260260
echo "[$stat_x] You did not choose one of the provided script options. Please try again."
261261
exit 0
262-
fi
262+
fi

0 commit comments

Comments
 (0)