Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grst authored Jun 5, 2021
1 parent 218bb7f commit d36729c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions start_rstudio_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ else
fi

python -c 'import uuid; print(uuid.uuid4())' > $COOKIE_KEY_PATH
# uuid > $COOKIE_KEY_PATH
chmod 600 $COOKIE_KEY_PATH

# store the currently activated conda environment in a file to be ready by rsession.sh
# store the currently activated conda environment in a file to be read by rsession.sh
CONDA_ENV_PATH=/tmp/rstudio-server/${USER}_current_env
rm -f $CONDA_ENV_PATH
echo "## Current env is >>"
Expand Down

0 comments on commit d36729c

Please sign in to comment.