mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
FIX: also call config_bundler
in do_start
This commit is contained in:
parent
c7dd2d6b93
commit
e8124d3c25
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ RUNPUMA=/usr/local/bin/run-puma
|
|||
#
|
||||
do_start() {
|
||||
log_daemon_msg "=> Running the jungle..."
|
||||
config_bundler # `/usr/local/bin/run-puma also need correct PATH to run bundle`
|
||||
for i in $JUNGLE; do
|
||||
dir=`echo $i | cut -d , -f 1`
|
||||
user=`echo $i | cut -d , -f 2`
|
||||
|
|
Loading…
Reference in a new issue