Thunar no stays open after mount-all-volumes call
This commit is contained in:
parent
a230810dbc
commit
a84b2dfef6
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ if __name__ == '__main__':
|
||||||
print_standard('\nDone.')
|
print_standard('\nDone.')
|
||||||
if 'foh' in sys.argv:
|
if 'foh' in sys.argv:
|
||||||
pause("Press Enter to exit...")
|
pause("Press Enter to exit...")
|
||||||
popen_program(['thunar', '/media'])
|
popen_program(['nohup', 'thunar', '/media'])
|
||||||
exit_script()
|
exit_script()
|
||||||
except SystemExit:
|
except SystemExit:
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue