Skip to content

Commit

Permalink
Merge pull request #16 from dbpolito/mac_sed_tweak
Browse files Browse the repository at this point in the history
Mac SED Tweak
  • Loading branch information
fideloper authored Oct 20, 2017
2 parents 4cfd481 + db1369f commit 5935dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-files/vessel
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ elif [ "$MACHINE" == "mac" ]; then
export XDEBUG_HOST=$(ipconfig getifaddr en1) # Wifi
fi

SEDCMD="sed -i \".bak\""
SEDCMD="sed -i .bak"
fi

export APP_PORT=${APP_PORT:-80}
Expand Down

0 comments on commit 5935dc3

Please sign in to comment.