You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f'This action will overwrite existing configuration with contents of backup archive, please make sure that donor node is not in operation prior to this action. Proceed [y/n]')
38
+
ifres.lower() !='y':
39
+
print('aborted.')
40
+
return
41
+
else:
42
+
args.pop(args.index('-y'))
43
+
print('Before proceeding, mtc will create a backup of current configuration.')
res=input(f'This action will overwrite existing configuration with contents of backup archive, please make sure that donor node is not in operation prior to this action. Proceed [y/n]')
970
-
ifres.lower() !='y':
971
-
print('aborted.')
972
-
return
973
-
else:
974
-
args.pop(args.index('-y'))
975
-
print('Before proceeding, mtc will create a backup of current configuration.')
0 commit comments