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__':