Skip to content
Snippets Groups Projects
Commit 699970d9 authored by Bob Mottram's avatar Bob Mottram
Browse files

Forwardslash

parent d1feaecd
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ function rsync_setting_remote {
{ echo '#!/bin/bash';
echo "cd $RSYNC_DATA || exit 1";
echo "if torsocks rsync -aqrm --delete ${rsync_hostname}::${rsync_module}/ $RSYNC_DATA; then";
echo "if torsocks rsync -aqrm --delete ${rsync_hostname}::${rsync_module} ${RSYNC_DATA}/; then";
echo " ${PROJECT_NAME}-notification -s 'rsync succeeded' -m 'Sync with ${rsync_hostname}::${rsync_module} succeeded'";
echo 'else';
echo " ${PROJECT_NAME}-notification -s 'rsync failed' -m 'Sync with ${rsync_hostname}::${rsync_module} failed'";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment