Skip to content

Commit 60ba065

Browse files
committed
RESET: return to the menu after keypress
1 parent 220b416 commit 60ba065

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/menu.config.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ case $CHOICE in
3939
echo "# Removing the joinmarket.cfg"
4040
rm -f /home/joinmarket/.joinmarket/joinmarket.cfg
4141
generateJMconfig
42-
echo "Returning to the menu..."
43-
sleep 1
44-
/home/joinmarket/menu.sh
42+
echo
43+
echo "Press ENTER to return to the menu..."
44+
read key
4545
;;
4646
CONNECT)
4747
/home/joinmarket/install.signet.sh off

0 commit comments

Comments
 (0)