We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba14f99 + 738a7be commit def749dCopy full SHA for def749d
lib/install/dev
@@ -1,8 +1,8 @@
1
-#!/usr/bin/env bash
+#!/usr/bin/env sh
2
3
if ! gem list foreman -i --silent; then
4
echo "Installing foreman..."
5
gem install foreman
6
fi
7
8
-foreman start -f Procfile.dev "$@"
+exec foreman start -f Procfile.dev "$@"
0 commit comments