From fb826686b5b81f585bfc6d34d653abf9b0b1a9f3 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 12 Oct 2011 17:37:01 +0200 Subject: [PATCH] use env.sh config --- client/rsync-push.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/client/rsync-push.sh b/client/rsync-push.sh index 61e0033..d3ec405 100755 --- a/client/rsync-push.sh +++ b/client/rsync-push.sh @@ -1,5 +1,6 @@ #!/bin/sh -xe +. ./env.sh #inotifywait -m -r --format '%:e %f' Dropbox/ pwd > .pwd RSYNC_PASSWORD=secret rsync .pwd "$@" rsync://$USER@$IP:6501/$USER/`hostname`/ -- 2.20.1