Thunar no stays open after mount-all-volumes call

This commit is contained in:
2Shirt 2017-12-19 07:06:42 -07:00
parent a230810dbc
commit a84b2dfef6

View file

@ -29,7 +29,7 @@ if __name__ == '__main__':
print_standard('\nDone.')
if 'foh' in sys.argv:
pause("Press Enter to exit...")
popen_program(['thunar', '/media'])
popen_program(['nohup', 'thunar', '/media'])
exit_script()
except SystemExit:
pass