Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: start script
  • Loading branch information
adrienjoly committed Sep 17, 2018
1 parent d10ba65 commit 6c5239d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
@@ -1,6 +1,6 @@
#!/bin/bash

ROOT_DIR="`pwd`/.."
ROOT_DIR="`pwd`" # openwhyd's directory
PORT="$1"

if [ -z "$PORT" ]
Expand Down

0 comments on commit 6c5239d

Please sign in to comment.