Skip to content

Commit f790974

Browse files
committed
ruby patch fix
1 parent e8d90bf commit f790974

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

gitlab-recipes.iml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+

init.d/gitlab-centos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RLOCK=/var/lock/subsys/resque
3333
OPTS="-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

3838
start() {
3939
cd $APP_PATH

0 commit comments

Comments
 (0)