Commit 7f26231d183849c543576c2644eb4f653516fedc

Authored by George Vlahavas
1 parent 4213fd357d

Remove api dir from path

Showing 1 changed file with 2 additions and 2 deletions

api/start.sh View file @ 7f26231
1 1 #!/bin/sh
2 2  
3   -sed -i "s|localhost:5611|${APP_URL}:5611|g" ./api/public/js/*
4   -sed "s|^APP_URL=.*|APP_URL=${APP_URL}|" ./api/.env.example > ./api/.env
  3 +sed -i "s|localhost:5611|${APP_URL}:5611|g" public/js/*
  4 +sed "s|^APP_URL=.*|APP_URL=${APP_URL}|" .env.example > .env
5 5  
6 6 php-fpm