From bd95f0a135b176d67ab926f307849724ca97ab6d Mon Sep 17 00:00:00 2001 From: cryptopool Date: Thu, 15 Nov 2018 15:55:07 -0500 Subject: [PATCH] Update questions.sh --- questions.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/questions.sh b/questions.sh index cf8baad..ca95b6f 100644 --- a/questions.sh +++ b/questions.sh @@ -6,6 +6,7 @@ source /etc/functions.sh source /etc/multipool.conf +show_menu(){ message_box "Ultimate Crypto-Server Setup Installer v1.02" \ "You have choosen to install YiiMP Single Server! \n\nThis option will install all componets of YiiMP on a single server. @@ -202,12 +203,15 @@ YiiMPRepo='https://github.com/cryptopool-builders/yiimp.git' 1) -echo "Run multipool again." -exit 0;; +clear; +show_menu; +;; 255) -echo "[ESC] key pressed." -exit 0;; +clear; +show_menu; +;; +} cd $HOME/multipool/yiimp_single