X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=blobdiff_plain;f=commands%2Freboot.py;fp=commands%2Freboot.py;h=d5ce3184b481f4a8c51ce5a223be629d4efc7eb3;hp=4963900bbdf608380a7c9fc0e5ff3caa38e1ec19;hb=5dd8a0f356100ed9369f54ac764e058adc4c3c90;hpb=bd5fd5bfc5e998b3ac022c8cd6c5f14fef83207d diff --git a/commands/reboot.py b/commands/reboot.py index 4963900..d5ce318 100755 --- a/commands/reboot.py +++ b/commands/reboot.py @@ -32,7 +32,7 @@ def main(): print err if __name__ == '__main__': - #main() + main() f = open("/tmp/rebootlog", 'a') f.write("reboot %s %s\n" % (time.time(), " ".join(sys.argv[1:]))) f.close()