File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <module type =" RUBY_MODULE" version =" 4" >
3+ <component name =" NewModuleRootManager" inherit-compiler-output =" true" >
4+ <exclude-output />
5+ <content url =" file://$MODULE_DIR$" />
6+ <orderEntry type =" jdk" jdkName =" ruby-1.9.3-p194" jdkType =" RUBY_SDK" />
7+ <orderEntry type =" sourceFolder" forTests =" false" />
8+ </component >
9+ </module >
10+
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RLOCK=/var/lock/subsys/resque
3333OPTS=" -c $APP_PATH /config/unicorn.rb -E production -D"
3434
3535# Ruby related path update
36- RUBY_PATH_PATCH=" PATH=$PATH :/usr/local/bin:/usr/local/lib && export PATH &&
36+ RUBY_PATH_PATCH=" PATH=$PATH :/usr/local/bin:/usr/local/lib && export PATH && "
3737
3838start () {
3939 cd $APP_PATH
You can’t perform that action at this time.
0 commit comments