From 31e86f07818aa9e586238696449513516be8ef41 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 21 Feb 2008 21:01:00 +0000 Subject: [PATCH] --- osx_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx_installer.py b/osx_installer.py index f8cc68f4e0..7659f7d46e 100644 --- a/osx_installer.py +++ b/osx_installer.py @@ -259,7 +259,7 @@ def main(): setup_requires = ['py2app'], ) if auto: - subprocess.call(('sudo', 'shutdown', '-h', '+0')) + subprocess.call(('sudo', 'shutdown', '-h', '+1')) return 0 if __name__ == '__main__':