File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ function startSolidPhp {
3333 docker run -d --name " $1 " --network-alias=" id-alice.solid" --network-alias=" storage-alice.solid" --network-alias=" id-bob.solid" --network-alias=" storage-bob.solid" --network=local " ${2:- solid-php} "
3434
3535 echo " Running init script for Solid PHP $1 ..."
36- docker exec -w /opt/solid/ " $1 " mkdir keys pods db
37- docker exec -w /opt/solid/ " $1 " chown -R www-data:www-data keys pods db
36+ docker exec -w /opt/solid/ " $1 " mkdir keys pods profiles db
37+ docker exec -w /opt/solid/ " $1 " chown -R www-data:www-data keys pods profiles db
3838 docker exec -w /opt/solid/ " $1 " cp tests/testsuite/config.php.testsuite config.php
3939 docker exec -u www-data -i -w /opt/solid/ " $1 " php init.php
4040 docker exec -u www-data -i -w /opt/solid/ " $1 " php tests/testsuite/init-testsuite.php
You can’t perform that action at this time.
0 commit comments