From 802b666dda5af3358b497f32477d575111a22dcd Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 20 Oct 2020 12:31:33 +0200 Subject: [PATCH] remove the last msg_box for talk (#1613) --- apps/talk.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/talk.sh b/apps/talk.sh index 993ea974..93ecb6b5 100644 --- a/apps/talk.sh +++ b/apps/talk.sh @@ -449,5 +449,3 @@ else msg_box "Congratulations, everything is working as intended! The installation succeeded.\n\nLogging can be found by typing: journalctl -lfu signaling" exit 0 fi - -msg_box "Installation was successful!"