Skip to content

Commit

Permalink
correct the name of the file to be deleted.
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Jun 1, 2021
1 parent 4d40a1c commit 8ebb3d9
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 8ebb3d9

Please sign in to comment.