Skip to content

Commit

Permalink
Merge pull request #166 from eitsupi/fix-cache-name
Browse files Browse the repository at this point in the history
Remove the authentication cookie file
  • Loading branch information
cboettig authored Jun 1, 2021
2 parents 4d40a1c + 8ebb3d9 commit aa02167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_rstudio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dpkg -i rstudio-server-*-amd64.deb
rm rstudio-server-*-amd64.deb

# https://github.com/rocker-org/rocker-versioned2/issues/137
rm -f /var/lib/rstudio-server/secret-cookie-key
rm -f /var/lib/rstudio-server/secure-cookie-key

## RStudio wants an /etc/R, will populate from $R_HOME/etc
mkdir -p /etc/R
Expand Down

0 comments on commit aa02167

Please sign in to comment.