Skip to content

Commit

Permalink
fix: path problem in restart script
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Sep 17, 2018
1 parent 690c697 commit d10ba65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
PORT_A=1094
PORT_B=1095
MAX_RETRY=50
ROOT_DIR="`pwd`/.."
ROOT_DIR="`pwd`" # openwhyd's directory
NGINX_AVAIL=/etc/nginx/sites-available
NGINX_ENBLD=/etc/nginx/sites-enabled
NEW_PORT=`cat $ROOT_DIR/.port` || port=$PORT_A
Expand Down

0 comments on commit d10ba65

Please sign in to comment.