From 8f009b15c5cb624834f9237dbff8f547f42431a7 Mon Sep 17 00:00:00 2001 From: Bandie Date: Fri, 2 Nov 2018 21:46:00 +0100 Subject: [PATCH] Let the program wait after finishing (for .desktop files) --- src/pam_panic_config/pam_panic_config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pam_panic_config/pam_panic_config b/src/pam_panic_config/pam_panic_config index a36955b..2206b36 100755 --- a/src/pam_panic_config/pam_panic_config +++ b/src/pam_panic_config/pam_panic_config @@ -286,3 +286,5 @@ echo "like in xscreensaver and system-local-login [the system login]," echo "do as follows:" echo -e "\t1. Open a module in /etc/pam.d/ (like xscreensaver or system-local-login).\n\t2. After the line \"#%PAM-1.0\" append\n\t\tauth include pampanic\n\t\taccount include pampanic\nAfter you have saved the file pam_panic will be working at once." echo "If you got any question, don't hesitate to ask via IRC (chat.freenode.de in room #pampanic) or via mail." +echo -e "\nPress Enter to exit." +read -n1