git-svn-id: file:///home/jan/tmp/wetterstation/trunk@181 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi 2006-09-28 01:29:32 +00:00
parent 50407b25a6
commit d8192b9d06
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,6 @@ if [ -e /etc/weatherstation/frontend.conf ]; then
echo -n "Lege Link zu den Bildern an ... " echo -n "Lege Link zu den Bildern an ... "
/bin/ln -s -f $LINKTARGET $LINKNAME /bin/ln -s -f $LINKTARGET $LINKNAME
echo "done" echo "done"
/bin/chown weatherstation:www-data $LINKTARGET
/bin/chmod 750 $LINKTARGET
fi fi
fi fi
fi fi
@ -30,5 +28,7 @@ fi
/bin/chown weatherstation:weatherstation /etc/weatherstation/chart.conf /bin/chown weatherstation:weatherstation /etc/weatherstation/chart.conf
/bin/chmod 440 /etc/weatherstation/chart.conf /bin/chmod 440 /etc/weatherstation/chart.conf
/bin/chown weatherstation:www-data /var/cache/weatherstation-chart
/bin/chmod 750 /var/cache/weatherstation-chart
/usr/bin/fc-cache /usr/bin/fc-cache