2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 12:58:13 +00:00

init_scripts/fhem.3: changed stop to use pkill

see forum #27557

git-svn-id: https://svn.fhem.de/fhem/trunk@6711 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2014-10-08 18:17:28 +00:00
parent 32003c87bf
commit 23c2da892d

View File

@ -45,7 +45,7 @@ case "$1" in
# if you want to stop hmland during fhem stop: # if you want to stop hmland during fhem stop:
# pkill hmland # pkill hmland
perl fhem.pl $port "shutdown" pkill -U fhem perl
RETVAL=$? RETVAL=$?
;; ;;
'status') 'status')