Skip to content

Commit

Permalink
Adds a line that exports environment variables to the bashrc (#975)
Browse files Browse the repository at this point in the history
* Adds a line that exports environment variables to the bashrc
* cleans up line spacing
* Update scripts/install/install-pocs.sh

Thanks @jlibermann
  • Loading branch information
joshua-liberman authored Jun 9, 2020
1 parent 5c67c19 commit 727049b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install/install-pocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ export PANDIR=${PANDIR}
export POCS=${PANDIR}/POCS
export PANLOG=${PANDIR}/logs
EOF

[ ! -f /var/panoptes/env ] && echo '. /var/panoptes/env' >> ~/.bashrc
}

function system_deps {
Expand Down

0 comments on commit 727049b

Please sign in to comment.