Signed-off-by: Jason Etheridge <jason@esilibrary.com>
# Create opensrf user and set up environment
if [ ! "$(grep ^opensrf: /etc/passwd)" ]; then
useradd -m -s /bin/bash opensrf
- echo 'export PATH=/openils/bin:$PATH
-export LD_LIBRARY_PATH=/openils/lib:/usr/local/lib:/usr/local/lib/dbd:$LD_LIBRARY_PATH' >> /home/opensrf/.bashrc
+ echo 'export PATH=/openils/bin:$PATH' >> /home/opensrf/.bashrc
+ echo 'export LD_LIBRARY_PATH=/openils/lib:/usr/local/lib:/usr/local/lib/dbd:$LD_LIBRARY_PATH' >> /home/opensrf/.bashrc
fi;
# XXX for now, fetch the debian-wheezy install target working branches and merge in master