try
This commit is contained in:
parent
81a9c2aef4
commit
eaa1545370
|
@ -100,7 +100,7 @@ if old_gemfile_text != new_gemfile_text
|
|||
Bundler.with_clean_env do
|
||||
puts env_pwd
|
||||
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
|
||||
now_priority = Thread.current.priority.to_i
|
||||
|
|
Loading…
Reference in New Issue