diff --git a/run_tests.sh b/run_tests.sh index 27cbd43..512e7b3 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -5,4 +5,5 @@ cd /var/www/app rm -rf public rm supervisord.pid composer create-project laravel/laravel . +chown -R app:app . curl --fail 127.0.0.1 \ No newline at end of file