Skip to content

Commit

Permalink
Update user startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed May 14, 2021
1 parent aff3bd3 commit 16b64f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/cont-init.d/30-configure-user
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SYNAPSE_CONFIG_FILENAME="/home/${USER}/.synapseConfig"
BASHRC_FILENAME="/home/${USER}/.bashrc"

# Allow the user to update R libraries install by root in Dockerfile
chown -R ${USER}:staff /usr/local/lib/R
# chown -R ${USER}:staff /usr/local/lib/R # Why does RStudio try to update these packages?

# Change the shell of the user to bash
usermod --shell /bin/bash ${USER}
Expand Down

0 comments on commit 16b64f4

Please sign in to comment.