Skip to content

Commit cd0d945

Browse files
committed
ruby: fix missing make_tmp_file
1 parent 6a73610 commit cd0d945

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function make_tmp_file() {
4949
function run_ruby() {
5050
cd "/home/ishocon/webapp/$app_lang"
5151
sudo rm -rf /tmp/unicorn.pid
52+
make_tmp_file
5253
bundle exec unicorn -c unicorn_config.rb -E production
5354
}
5455

0 commit comments

Comments
 (0)