Commit 30e54f19 authored by Romain Loth's avatar Romain Loth

install: fix ownership of ./start

parent b91e98a4
......@@ -83,4 +83,7 @@ sudo docker run \
/bin/bash -c "./psql_configure.sh; ./django_configure.sh ; exit"
sudo docker rm gargamelle_box
sudo cp ./run /srv/gargantext/start
# creating the "start" copy + giving it normal ownership (because we're probably sudo)
cp ./run /srv/gargantext/start
chown $current_user:gargantua /srv/gargantext/start
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment