diff options
Diffstat (limited to 'doc/publish.sh.in')
-rw-r--r-- | doc/publish.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/publish.sh.in b/doc/publish.sh.in index 6ae3733..a9acc08 100644 --- a/doc/publish.sh.in +++ b/doc/publish.sh.in @@ -5,4 +5,4 @@ read -e USER echo -n "host (:~/public_html is appended): " read -e HOST -scp -r html/ $USER@$HOST:~/public_html/libuca-${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH} +scp -vr html/ $USER@$HOST:~/public_html/libuca-${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH} |