1
0
Fork 0
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:
Snow Helsing 2015-08-31 16:20:44 +08:00
parent c7dd2d6b93
commit e8124d3c25

View file

@ -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`