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

@@ -5,18 +5,18 @@ subCatId=1
if [ "$1" != "" ] && [ "$2" != "" ]
then
catId=$1
subCatId=$2
catId=$1
subCatId=$2
fi
perl -w /root/script/piwigo_refresh.pl \
--base_url=https://change.me/gallery \
--site=2 \
--user="-change me-" \
--password="-change me-" \
--directory="/var/www/piwigo/network" \
--caddie=0 \
--privacy_level=4 \
--cat=${catId} \
--subcat=${subCatId}
--base_url=https://change.me/gallery \
--site=2 \
--user="-change me-" \
--password="-change me-" \
--directory="/var/www/piwigo/network" \
--caddie=0 \
--privacy_level=4 \
--cat=${catId} \
--subcat=${subCatId}