Skip to content

Commit

Permalink
Update questions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptopool-builders committed Nov 15, 2018
1 parent 8112505 commit bd95f0a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions questions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

0 comments on commit bd95f0a

Please sign in to comment.