From 240fcbbf2e4ce9723ceddf5a92b47e4cf16df019 Mon Sep 17 00:00:00 2001 From: Sebastien Clement Date: Thu, 19 Dec 2019 17:08:49 +0100 Subject: [PATCH] Fix chmod for /usr/bin/nextcloud_backup.sh --- .gitignore | 3 ++- nextcloud_backup/rootfs/etc/fix-attrs.d/10-run | 3 ++- nextcloud_backup/run.sh | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 nextcloud_backup/run.sh diff --git a/.gitignore b/.gitignore index de5bca2..a99b2a3 100644 --- a/.gitignore +++ b/.gitignore @@ -104,4 +104,5 @@ dist .tern-port .vscode status.json -conf.json \ No newline at end of file +conf.json +webdav_conf.json \ No newline at end of file diff --git a/nextcloud_backup/rootfs/etc/fix-attrs.d/10-run b/nextcloud_backup/rootfs/etc/fix-attrs.d/10-run index c8be849..34a7e60 100644 --- a/nextcloud_backup/rootfs/etc/fix-attrs.d/10-run +++ b/nextcloud_backup/rootfs/etc/fix-attrs.d/10-run @@ -1 +1,2 @@ -/usr/bin/run.sh false root 0755 0755 \ No newline at end of file +/usr/bin/run.sh false root 0755 0755 +/usr/bin/nextcloud_backup.sh false root 0755 0755 \ No newline at end of file diff --git a/nextcloud_backup/run.sh b/nextcloud_backup/run.sh deleted file mode 100644 index 8d1c8b6..0000000 --- a/nextcloud_backup/run.sh +++ /dev/null @@ -1 +0,0 @@ -