Appling code formating

This commit is contained in:
2019-05-22 22:51:32 +02:00
parent 71735652e8
commit 155cb603ca
3 changed files with 72 additions and 72 deletions

View File

@@ -4,9 +4,9 @@ myyear=$(date "+%Y")
if [ "$1" != "" ]
then
myyear=$1
#echo Error subdir parameter missing
#exit 1;
myyear=$1
#echo Error subdir parameter missing
#exit 1;
fi
subDir="$myyear/"
@@ -15,8 +15,8 @@ networkPhotoRoot="/home/network/Qbilder/photos/${subDir}"
if [ ! -e ${networkPhotoRoot} ]
then
echo "${networkPhotoRoot} not found"
exit 1;
echo "${networkPhotoRoot} not found"
exit 1;
fi
/root/script/piwigo_thumbgen.sh "${networkPhotoRoot}" "${piwigoThumbRoot}"