permissions fixed on setup

This commit is contained in:
mathematicalmichael 2019-02-18 21:35:07 -07:00
parent b82f309d24
commit e2a6df8400

View File

@ -5,6 +5,11 @@
# create a default userlist
echo "Use the format \"studentname HUB_NAME-group1\" on each line to add students to groups (10 by default have already been created and permissions appropriately set)" > userlist
echo "hub-admin admin shared" >> userlist
# change permissions so that admins can edit these.
sudo chmod 777 userlist
sudo chmod 777 jupyterhub_config.py
mkdir secrets
make secrets/oauth.env
make secrets/postgres.env