2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

contrib/init-scripts: mark fhem hold

Prevent fhem from being upgraded by apt-get upgrade.
No possibility to do this in postinst, because dpkg can not call itself when already running.

git-svn-id: https://svn.fhem.de/fhem/trunk@6761 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2014-10-12 22:21:44 +00:00
parent da08afcc4c
commit adb98ef5e8

View File

@ -15,6 +15,8 @@ set -e
cd /opt/fhem
port=7072
apt-mark hold fhem > /dev/null
case "$1" in
'start')