mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
home=/var/InternerSpeicher/fhem
|
||
|
|
||
|
cd $home
|
||
|
|
||
|
PATH=$home:$PATH
|
||
|
export PATH
|
||
|
|
||
|
export LD_LIBRARY_PATH=$home/lib
|
||
|
export PERL5LIB=$home/lib/perl5/site_perl/5.12.2/mips-linux:$home/lib/perl5/site_perl/5.12.2:$home/lib/perl5/5.12.2/mips-linux:$home/lib/perl5/5.12.2
|
||
|
|
||
|
perl fhem.pl fhem.cfg.demo
|