diff options
Diffstat (limited to 'sync.sh')
-rwxr-xr-x[-rw-r--r--] | sync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -#!/bin/sh +#!/usr/bin/sh rsync -arv --exclude='.git/' --exclude='sync.sh' . root@bauherren.ovh:/var/www/bauherren/ |