Skip to content

Commit

Permalink
Permission for log file
Browse files Browse the repository at this point in the history
  • Loading branch information
gibchikafa committed Sep 30, 2021
1 parent 54b1612 commit 633dbec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/default/rstudio-launch.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ if [ $? -ne 0 ] ; then
echo "Error: could not create the log file for rstudio server"
exit 1
fi
chmod 766 $LOGFILE

docker run --rm -d --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfined --name $CONTAINER_NAME --cidfile=$PID_FILE\
--network=host \
Expand Down

0 comments on commit 633dbec

Please sign in to comment.