Skip to content

Commit

Permalink
Put reentry scan into .bashrc of every user
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed May 21, 2018
1 parent 9d6e5a7 commit 9b0c1d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start-singleuser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ if [ ! -d /project/.aiida ]; then
#verdi devel setproperty logging.celery_loglevel DEBUG
#verdi devel setproperty logging.aiida_loglevel DEBUG

# update the list of plugins
reentry scan

# start the daemon
verdi daemon start

Expand Down Expand Up @@ -105,6 +102,9 @@ if [ ! -e /project/.bashrc ]; then
echo 'export PYTHONPATH="/project"' >> /project/.bashrc
fi

# update the list of installed plugins
grep "reentry scan" .bashrc || echo "reentry scan" >> .bashrc


#===============================================================================
# generate ssh key
Expand Down

0 comments on commit 9b0c1d8

Please sign in to comment.