Add step to exe fhem command from command line
This commit is contained in:
@@ -78,5 +78,12 @@ step_32() {
|
||||
}
|
||||
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
|
||||
. /usr/local/bin/sequencer.sh
|
||||
|
Reference in New Issue
Block a user