2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00
rudolfkoenig 23d1fbdb09 debian/ubuntu package creation
git-svn-id: https://svn.fhem.de/fhem/trunk@661 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2010-08-02 12:47:55 +00:00

7 lines
75 B
Bash
Executable File

#!/bin/sh
set -e
if pgrep fhem.pl >/dev/null; then
initctl stop fhem
fi