mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
* cpanm seems to install in the correct paths already these days
This commit is contained in:
parent
2fc8e55367
commit
d265b58372
11
start.sh
11
start.sh
@ -27,16 +27,5 @@ fi
|
|||||||
# --postgres_password "$POSTGRES_PASS"
|
# --postgres_password "$POSTGRES_PASS"
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
# Needed for modules loaded by cpanm
|
|
||||||
export PERL5LIB
|
|
||||||
|
|
||||||
for PerlLib in /usr/lib/perl5* /usr/local/lib/perl5*/site_perl/* ; do
|
|
||||||
[[ -d "$PerlLib" ]] && {
|
|
||||||
PERL5LIB="$PerlLib";
|
|
||||||
echo -e "\tmaybe: $PerlLib";
|
|
||||||
}
|
|
||||||
done ;
|
|
||||||
echo "Selected PERL5LIB=$PERL5LIB";
|
|
||||||
|
|
||||||
# start ledgersmb
|
# start ledgersmb
|
||||||
exec starman --port 5762 tools/starman.psgi
|
exec starman --port 5762 tools/starman.psgi
|
||||||
|
Loading…
Reference in New Issue
Block a user