From fdc532a96694a418cc82413991d2dcf759bb8bb3 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Thu, 9 Jan 2020 23:59:31 +0100 Subject: [PATCH] Execution rights for sync scripts --- README.md | 3 +-- piwisync.sh | 0 piwisyncremote.sh | 0 3 files changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 piwisync.sh mode change 100644 => 100755 piwisyncremote.sh diff --git a/README.md b/README.md index 6399418..ca9b980 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Piwigo scan - A collection of scripts to scan a file system folder for new images or videos which will be added to piwigo. -Thumbnail are created during the scan to reduce loading times during browsing, where normally thumbnails would be created. +Thumbnails are created during the scan to reduce loading times during browsing, where normally thumbnails would be created. # dependencies **Piwigo scan scripts** diff --git a/piwisync.sh b/piwisync.sh old mode 100644 new mode 100755 diff --git a/piwisyncremote.sh b/piwisyncremote.sh old mode 100644 new mode 100755