summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrsync_tmbackup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh
index 1bc24ee..0eb269b 100755
--- a/rsync_tmbackup.sh
+++ b/rsync_tmbackup.sh
@@ -369,7 +369,7 @@ if [ -n "$SSH_SRC_FOLDER" ]; then
fi
# Exit if source folder does not exist.
-if ! fn_test_file_exists_src ${SRC_FOLDER}; then
+if ! fn_test_file_exists_src "${SRC_FOLDER}"; then
fn_log_error "Source folder \"${SRC_FOLDER}\" does not exist - aborting."
exit 1
fi