diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pm_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pm_test b/bin/pm_test index 868b92b..42de2d8 100755 --- a/bin/pm_test +++ b/bin/pm_test @@ -202,7 +202,7 @@ class PowerManagementOperation(object): MessageDialog(title, message).run() if self.args.checkbox_respawn_cmd: subprocess.run( - r'DISPLAY=:0 gnome-terminal -e "bash -c \"source {}\""'.format( + r'DISPLAY=:0 gnome-terminal -e "bash -c \"source {}; exec bash\""'.format( self.args.checkbox_respawn_cmd), shell=True) def teardown(self): |