mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
7 lines
75 B
Bash
Executable File
7 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
if pgrep fhem.pl >/dev/null; then
|
|
initctl stop fhem
|
|
fi
|