We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220b416 commit 60ba065Copy full SHA for 60ba065
1 file changed
scripts/menu.config.sh
@@ -39,9 +39,9 @@ case $CHOICE in
39
echo "# Removing the joinmarket.cfg"
40
rm -f /home/joinmarket/.joinmarket/joinmarket.cfg
41
generateJMconfig
42
- echo "Returning to the menu..."
43
- sleep 1
44
- /home/joinmarket/menu.sh
+ echo
+ echo "Press ENTER to return to the menu..."
+ read key
45
;;
46
CONNECT)
47
/home/joinmarket/install.signet.sh off
0 commit comments