mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 13:29:26 +00:00
5bc17cfbe1
git-svn-id: https://svn.fhem.de/fhem/trunk@15687 2b470e98-0d58-463d-a4d8-8e2adae1ed80
13 lines
139 B
Bash
Executable File
13 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#set -x
|
|
set -e
|
|
|
|
apt-mark unhold fhem
|
|
|
|
# stop fhem if running
|
|
systemctl stop fhem
|
|
|
|
# remove fhem autostart
|
|
systemctl disble fhem
|