diff options
author | Pranshu Sharma <pranshu@pebl> | 2024-12-13 01:11:42 +1000 |
---|---|---|
committer | Pranshu Sharma <pranshu@pebl> | 2024-12-13 01:11:42 +1000 |
commit | 7f12d365388722c426b94413ec6398fdbf7792c6 (patch) | |
tree | ea75545dbfef28637b03cde192e3e1f177693abc | |
parent | a8c915a6ae837c0607eea6e498862b0ae248ba93 (diff) |
made exec
-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/ |