mirror of
https://github.com/agdsn/ancient-weatherstation.git
synced 2026-06-19 23:07:59 +00:00
fixing
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@181 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
Vendored
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user