diff --git a/scripts/Script.rb b/scripts/Script.rb index 1c5c1f0..02ade60 100644 --- a/scripts/Script.rb +++ b/scripts/Script.rb @@ -389,6 +389,8 @@ module Script end rescue Errno::EACCES => e #this probably means the clover.exe already exists and is running, so no need to create it again + rescue Errno::EEXIST => e + #this means that the journal file already exists, so no need to create it again end if File.exists?("README.txt") File.open("README.txt", "rb") do |input|