This commit is contained in:
chiu 2020-02-22 14:38:29 +08:00
parent 81a9c2aef4
commit eaa1545370
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ if old_gemfile_text != new_gemfile_text
Bundler.with_clean_env do Bundler.with_clean_env do
puts env_pwd puts env_pwd
puts mode puts mode
exec("cd #{env_pwd} && env -i HOME=\"$HOME\" bash -l -c \"#{all_command}\" && screen -d -m -S auto_reopen_#{dir_name} #{watch_dog_cmd} ") exec("cd #{env_pwd} && env -i HOME=\"$HOME\" sh -c \"#{all_command}\" && screen -d -m -S auto_reopen_#{dir_name} #{watch_dog_cmd} ")
end end
end end
now_priority = Thread.current.priority.to_i now_priority = Thread.current.priority.to_i