Added support for Synology Packages in last update. Now corrected an indent

Andreas Hahn 2017-09-22 22:08:54 +02:00
parent b4e1a93a64
commit f702c00c2f
1 changed files with 1 additions and 1 deletions

@ -104,7 +104,7 @@ fi
# update and restart all installed packages
PEMFILES=$(find $PACKAGECERTROOTDIR -name cert.pem)
if [ ! -z "$PEMFILES" ]; then
for DIR in $PEMFILES; do
for DIR in $PEMFILES; do
rsync -avh "$FULLCERTDIR/" "$(dirname $DIR)/"
/usr/syno/bin/synopkg restart $(echo $DIR | awk -F/ '{print $6}')
done