summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bruce Park <r@robru.ca>2013-11-26 13:11:53 -0800
committerRobert Bruce Park <r@robru.ca>2013-11-26 13:11:53 -0800
commitb16c3cf4ceada6a1bfb7e71e19605d723d1d51d5 (patch)
tree9f629e52e86f6f48b9de3557b799df91f45ddb9b
parente7fc37076c9f17f22966dc3fdf3eb2aa6cafa4fe (diff)
Even more quotes.
-rw-r--r--rsync_tmbackup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh
index 8e94931..ba12a18 100644
--- a/rsync_tmbackup.sh
+++ b/rsync_tmbackup.sh
@@ -77,7 +77,7 @@ if [ -z "$(fn_find_backup_marker "$DEST_FOLDER")" ]; then
fn_log_info "Safety check failed - the destination does not appear to be a backup folder or drive (marker file not found)."
fn_log_info "If it is indeed a backup folder, you may add the marker file by running the following command:"
fn_log_info ""
- fn_log_info "touch \"$(fn_backup_marker_path $DEST_FOLDER)\""
+ fn_log_info "touch \"$(fn_backup_marker_path "$DEST_FOLDER")\""
fn_log_info ""
exit 1
fi