diff --git a/deploy_static b/deploy_static index 4bb237e8..3f236bd7 100755 --- a/deploy_static +++ b/deploy_static @@ -18,7 +18,7 @@ echo active is $active echo target is $target echo -rsync -rpcve ssh --chmod=D755,F644 --delete static_tmp/ $remote:$target +rsync -rpcv --chmod=D755,F644 --delete static_tmp/ $remote:$target ssh $remote sync -f $target ssh $remote ln -snf $target html ssh $remote sync .