mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 17:26:34 +00:00
7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
if pgrep fhem.pl >/dev/null; then
|
||
|
initctl stop fhem
|
||
|
fi
|