From: Jason Etheridge Date: Fri, 9 Aug 2013 17:32:13 +0000 (-0400) Subject: cleanup X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1cad672ab4f3548234b075a0ab5899e2150d2a2e;p=working%2Frandom.git cleanup Signed-off-by: Jason Etheridge --- diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index 00aaeb319..30107b1c0 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -100,8 +100,8 @@ ldconfig; # 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