Skip to content

Commit

Permalink
little bit more debug output in default.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunphy committed Oct 12, 2010
1 parent 6791db2 commit 77446ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rel/files/etc/etc/app_templates/start/default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if [ -f start.sh ]; then
echo "Using start.sh file"
exec /bin/sh start.sh
elif [ -f config.ru ]; then
echo "Using thin with config.ru"
export RACK_ENV=$DEPLOY_ENV
exec thin -R config.ru -p $PORT start
fi

0 comments on commit 77446ce

Please sign in to comment.