From 7f413eda04423afd759b03d986d0be885ed61791 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Thu, 22 Apr 2021 15:16:59 -0700 Subject: [PATCH] fixed echo --- bashup-restore-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashup-restore-files.sh b/bashup-restore-files.sh index acc3d35..8cb59bf 100755 --- a/bashup-restore-files.sh +++ b/bashup-restore-files.sh @@ -125,7 +125,7 @@ fi # perform restore # Still in testing mode, display command instead of running it -"To restore $pathtorestore from $backup run this command:" +echo "To restore $pathtorestore from $backup run this command:" echo "/usr/bin/rsync -vn --archive --numeric-ids --one-file-system --delete $pathtobackup $pathtorestore" bashup::unmount_storage_dir