mirror of
https://github.com/laurent22/rsync-time-backup
synced 2024-11-10 14:14:16 +00:00
Even more quotes.
This commit is contained in:
parent
e7fc37076c
commit
b16c3cf4ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue