mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-12 16:46:35 +00:00
Modified for the new perl
git-svn-id: https://svn.fhem.de/fhem/trunk@1089 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e6057a1b58
commit
64b231f357
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# On the Fritzbox 7270 V1/V2 with missing df replace home with the hardcoded
|
||||
# path.
|
||||
root=`df | sed -n -e '/ftp\//s/.*ftp\///p'`
|
||||
home=/var/InternerSpeicher/$root/fhem
|
||||
|
||||
@ -16,7 +18,9 @@ PATH=$home:$PATH
|
||||
export PATH
|
||||
|
||||
export LD_LIBRARY_PATH=$home/lib
|
||||
export PERL5LIB=$home/lib/perl5/5.10
|
||||
export PERL5LIB=$home/lib/perl:$home/lib/perl/arch
|
||||
|
||||
#export PERL5LIB=$home/lib/perl5/5.10
|
||||
#stty -echo -echok -echoke -echoe -echonl < /dev/ttyACM0
|
||||
|
||||
stty -echo -echok -echoke -echoe -echonl < /dev/ttyACM0
|
||||
perl fhem.pl fhem.cfg
|
||||
|
Loading…
x
Reference in New Issue
Block a user