Skip to content

Commit

Permalink
wrong path when in slug creation env
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Apr 24, 2012
1 parent 6e96c69 commit da836a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mkdir -p bin
ln -s /app/php/bin/php bin/php

# set a slug_id identifier
echo $(php/bin/php -r "echo md5(uniqid('', TRUE));") > /app/SLUG_ID
echo $(php/bin/php -r "echo md5(uniqid('', TRUE));") > SLUG_ID

cat >>boot.sh <<EOF
echo "Checking for WWWROOT environment variable..."
Expand Down

0 comments on commit da836a4

Please sign in to comment.