Commit 4e9a3ed4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

use $RSYNC instead rsync

parent 496d083b
...@@ -281,7 +281,7 @@ fi ...@@ -281,7 +281,7 @@ fi
echog "Uploading to $GIRARHOST" echog "Uploading to $GIRARHOST"
check_key check_key
rsync -vay --partial --progress $CHECKSUM \ $RSYNC -vay --partial --progress --checksum \
-e ssh $LISTBUILT $GIRARHOST: && \ -e ssh $LISTBUILT $GIRARHOST: && \
echo "---------------------" && \ echo "---------------------" && \
echog "All files synced" || fatal "Error during rsync" echog "All files synced" || fatal "Error during rsync"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment