updated killswitch
This commit is contained in:
@@ -322,9 +322,7 @@ if __name__ == "__main__":
|
||||
args = parser.parse_args()
|
||||
TIMETORUN = args.minutes
|
||||
|
||||
print("Script started.")
|
||||
try:
|
||||
run_zpool_iostat(INTERVAL, COUNT, OUTPUT_FILE, UPDATE_INTERVAL, TIMETORUN)
|
||||
except Exception as e:
|
||||
print(f"An error occurred: {e}")
|
||||
print("Script ended.")
|
||||
|
||||
Reference in New Issue
Block a user