Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 21:18:14 +08:00
parent bc15ee2886
commit 3eadd03542
1 changed files with 1 additions and 3 deletions

View File

@ -59,9 +59,7 @@ if old_gemfile_text != new_gemfile_text
a.priority = 2 a.priority = 2
sleep 2 sleep 2
a.run a.run
system("watch -n 10 screen -d -m -S auto_reopen bundle exec unicorn_rails -c config/unicorn.rb -D -E #{mode}") exec("watch -n 10 screen -d -m -S auto_reopen bundle exec unicorn_rails -c config/unicorn.rb -D -E #{mode}")
Thread.kill(Thread.current)
puts '123'
#Thread.exit #Thread.exit
end end
# Describe your gem and declare its dependencies: # Describe your gem and declare its dependencies: