diff --git a/scripts/onevm-all b/scripts/onevm-all index 8d43ce4..af7fbd8 100755 --- a/scripts/onevm-all +++ b/scripts/onevm-all @@ -221,7 +221,7 @@ begin end end if options[:action] == "resume" - File.truncate(RUNVMFILE, 0) + File.truncate(RUNVMFILE, 0) if File.exists?(RUNVMFILE) end rescue Exception => e puts e.message