Additionally generate thumbnails for last year on the first of Janary

This commit is contained in:
2020-01-10 11:23:02 +01:00
parent fdc532a966
commit 3605349e0f
2 changed files with 42 additions and 26 deletions

View File

@@ -6,8 +6,8 @@ shopt -s globstar
#echo "Starting Piwigo thumbnail generation"
#Remember a trailing '/'
sourceDir="$1"
destDir="$2"
sourceDir="$1/"
destDir="$2/"
echo "Source: $sourceDir"
echo "Dest: $destDir"