Add step to exe fhem command from command line

This commit is contained in:
2020-10-23 22:09:12 +02:00
parent ec93e655f3
commit b4990b3668

View File

@@ -78,5 +78,12 @@ step_32() {
} }
systemdConfigLoc="/etc/systemd/system" systemdConfigLoc="/etc/systemd/system"
step_40_info() { echo "Execute fhem [COMMAND]"; }
step_40_alias() { ALIAS="exe"; }
step_40() {
shift
exe perl "${toolHome}/fhem.pl" 7072 "$1"
}
VERSION_SEQREV=11 VERSION_SEQREV=11
. /usr/local/bin/sequencer.sh . /usr/local/bin/sequencer.sh