From 6885a1238cc6b8ff7dd859bc636882a974523b3d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 23 Nov 2016 10:14:16 +0100 Subject: backup speichert Daten jetzt in root gehörendem Verzeichnis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.in b/backup.in index 8d9942e..2096963 100755 --- a/backup.in +++ b/backup.in @@ -113,7 +113,7 @@ then mkdir ${neues} fi chmod 750 ${neues} -chown erich:root ${neues} +chown root:root ${neues} if [ -z "${rsyncShell}" ] then rsync ${rsyncOptions} \ -- cgit v1.2.3-54-g00ecf