mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
This commit is contained in:
parent
3487147221
commit
31e86f0781
1 changed files with 1 additions and 1 deletions
|
|
@ -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__':
|
||||
|
|
|
|||
Loading…
Reference in a new issue