]> git.zerfleddert.de Git - rsbs2/commitdiff
rsbs2.pl: exit after spawning gui
authorMichael Gernoth <michael@gernoth.net>
Mon, 20 Mar 2017 15:26:51 +0000 (16:26 +0100)
committerMichael Gernoth <michael@gernoth.net>
Mon, 20 Mar 2017 15:26:51 +0000 (16:26 +0100)
rsbs2.pl

index eaae36b3fc241633f57366917d2123ab74d45259..76f745b52e3c471aa97f023d2c62b3612e7c7c9d 100755 (executable)
--- a/rsbs2.pl
+++ b/rsbs2.pl
@@ -720,6 +720,7 @@ if (defined($ssl) && (lc($ssl) eq 'yes')) {
 
 if ($gui) {
        spawn_gui($url);
 
 if ($gui) {
        spawn_gui($url);
+       exit 0;
 }
 
 login(${$Config{$hostalias}}{"user"}, ${$Config{$hostalias}}{"pass"});
 }
 
 login(${$Config{$hostalias}}{"user"}, ${$Config{$hostalias}}{"pass"});
Impressum, Datenschutz