fixing
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@181 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
parent
50407b25a6
commit
d8192b9d06
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue