Archivos reestructurados

This commit is contained in:
Juan Ferrer Toribio 2016-11-18 14:25:16 +01:00
parent d45076a5cc
commit c91256b41c
3 changed files with 0 additions and 1 deletions

1
env.sh
View File

@ -4,7 +4,6 @@ nginxDir="${PWD}/services/nginx"
case "$1" in
start|"")
$0 stop > /dev/null
forever start forever.json
forever list
/usr/sbin/nginx -c "$nginxDir/conf-dev.conf" -p "$nginxDir"