Skip to content

Commit

Permalink
Fix path to 1-build.sh in 0-default.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopradoj committed Apr 27, 2016
1 parent cf9fb34 commit 31fc771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/0-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ main() {
}

if [ "$1" = "build" ] && [ -d $VOLUME_DIR/build ] && [ -d $VOLUME_DIR/doc-pt_BR ] && [ -d $VOLUME_DIR/web-php ]; then
exec "`pwd`/1-build.sh"
exec "/scripts/1-build.sh"
exit 0
else
main
Expand Down

0 comments on commit 31fc771

Please sign in to comment.