Commit fb3789ea authored by Alan Marchiori's avatar Alan Marchiori
Browse files

changed dir to home for export

parent 5dbbd263
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ export current_user=`who | awk '{print $1}'`

export LJHOME=$PWD

echo "export LJHOME=$PWD" >> /home/$current_user/.bashrc
echo "export LJHOME=$PWD" >> ~/.bashrc

echo "Home of Learning Journey set in \$LJHOME"