diff --git a/.githooks/pre-push b/.githooks/pre-push index 48e547c..8625bfb 100755 --- a/.githooks/pre-push +++ b/.githooks/pre-push @@ -32,7 +32,7 @@ fi echo -n ">>> Pushing files to server..." -ret="$(rsync --no-motd -acvhzN --stats --del public/ bor:/var/www/sites/oe7drt/ > /dev/null 2>&1)" +ret="$(rsync --no-motd -acvhz --stats --del public/ bor:/var/www/sites/oe7drt/ > /dev/null 2>&1)" if [ "$?" -eq "0" ] ; then echo " Success!"