cleanup
authorJason Etheridge <jason@esilibrary.com>
Fri, 9 Aug 2013 17:32:13 +0000 (13:32 -0400)
committerJason Etheridge <jason@esilibrary.com>
Fri, 9 Aug 2013 17:32:13 +0000 (13:32 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
installer/wheezy/eg_wheezy_installer.sh

index 00aaeb3..30107b1 100755 (executable)
@@ -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