diff --git a/getsestuff b/getsestuff index 8f56a84..91885d2 100755 --- a/getsestuff +++ b/getsestuff @@ -530,7 +530,7 @@ for arg in sys.argv[1:]: action_arg = arg -nc_actions = ['sshnicos', 'frappysinq', 'nicosconf', 'nicosenv'] # 'nicos_pick' +nc_actions = ['frappysinq', 'nicosconf', 'nicosenv'] # 'sshnicos', 'nicos_pick' ncactionfuncs = {} with_su = False @@ -542,8 +542,8 @@ else: with_su = action_arg in nc_actions for a in nc_actions: ncactionfuncs[a] = locals()['do_%s' % a] - actions = ['ssh', 'bin', 'scfg', 'frappy', 'servicemanager', 'sea', - 'calcurves', 'feeder', 'seweb'] + actions = ['bin', 'scfg', 'frappy', 'servicemanager', 'sea', + 'calcurves', 'feeder', 'seweb'] # 'ssh' actionfuncs = {} for a in actions: