Commit b889f03e09ce4279a4757c67e4bcf6e65c8b4a11

Authored by George Vlahavas
1 parent 9882e2c444

Use pipe as sed separator

Showing 1 changed file with 1 additions and 1 deletions

api/start.sh View file @ b889f03
1 1 #!/bin/sh
2 2  
3   -sed -i "s/localhost:5611/${APP_URL}:5611/g" ./api/public/js/*
  3 +sed -i "s|localhost:5611|${APP_URL}:5611|g" ./api/public/js/*
4 4 php-fpm