mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
Test-Mode with the FHEM.X directory
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1145 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bd736f9c85
commit
b6607c61e9
@ -35,8 +35,7 @@ CommandUpdatefhem($$)
|
|||||||
my ($cl, $param) = @_;
|
my ($cl, $param) = @_;
|
||||||
my $lt = "";
|
my $lt = "";
|
||||||
my $ret = "";
|
my $ret = "";
|
||||||
my $moddir = "$attr{global}{modpath}/FHEM";
|
my $moddir = (-d "FHEM.X" ? "FHEM.X" : "$attr{global}{modpath}/FHEM");
|
||||||
#my $moddir = "XXX";
|
|
||||||
|
|
||||||
## backup by RueBe
|
## backup by RueBe
|
||||||
my @commandchain = split(/ +/,$param);
|
my @commandchain = split(/ +/,$param);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user