[cwctl] Only start the instance after upgrade if it was running before
Closes #3207676.
importConfigParsertry:undo_actions=config.cfgfile_parser.get('MAIN','undo-support',False)exceptConfigParser.NoOptionError:pass# this conf. file was probably already migratedelse:config.global_set_option('undo-enabled',bool(undo_actions))