Skip to content

Commit

Permalink
Update onyxia-init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Oct 23, 2023
1 parent 3c96a41 commit 35546cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/onyxia-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ if [[ "$DARK_MODE" == "true" ]]; then
fi
if command -v rstudio-server; then
touch ${R_HOME}/etc/Rprofile.site
echo "if (Sys.getenv('DARK_MODE')=='TRUE'){
echo "if (Sys.getenv('DARK_MODE')=='true'){
setHook('rstudio.sessionInit', function(newSession) {
rstudioapi::applyTheme(\"Vibrant Ink\")
}, action = 'append')
Expand Down

0 comments on commit 35546cc

Please sign in to comment.