X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=commands%2Freboot.py;h=4963900bbdf608380a7c9fc0e5ff3caa38e1ec19;hb=a947da59b6ed3b9fe3c50ad67111105c8734581b;hp=d5ce3184b481f4a8c51ce5a223be629d4efc7eb3;hpb=bc662315c698a813b8b6dc0d30e9fa30cb0aa887;p=monitor.git diff --git a/commands/reboot.py b/commands/reboot.py index d5ce318..4963900 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()