try fix problem
This commit is contained in:
parent
124ab392d1
commit
572663f55c
|
@ -125,7 +125,7 @@ if old_gemfile_text != new_gemfile_text
|
|||
}
|
||||
end
|
||||
all_command = "#{install_cmd} #{command1} ; #{command4} "
|
||||
watch_dog_cmd = "watch -n 30 \"unset UNICORN_FD && bundle exec #{unicorn_rails} -c config/unicorn.rb -D -E #{mode}|at now\""
|
||||
watch_dog_cmd = "watch -n 30 \'unset UNICORN_FD && bundle exec #{unicorn_rails} -c config/unicorn.rb -D -E #{mode}\'"
|
||||
#file = File.new(File.join(env_pwd,'bundle_update_background.sh'),"w")
|
||||
#file.write(all_command)
|
||||
#file.chmod(0755)
|
||||
|
|
Loading…
Reference in New Issue