diff options
Diffstat (limited to 'share/hydractl')
-rwxr-xr-x | share/hydractl/ecryptfs-home | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/ecryptfs-home b/share/hydractl/ecryptfs-home index 2719d7b..eb1db24 100755 --- a/share/hydractl/ecryptfs-home +++ b/share/hydractl/ecryptfs-home @@ -94,7 +94,7 @@ if [ ! -z "$SERVER" ]; then echo "Syncing files from $USER's home on $SERVER..." rsync -avz --exclude=.ecryptfs --exclude=.Private --exclude=.unison \ - /home/$USER/ $SERVER:/home/$USER/ + $SERVER:/home/$USER/ /home/$USER/ fi # Final recommendation |