From b5221e3f69906bcbb0d83a0bd6ba19bce097d990 Mon Sep 17 00:00:00 2001 From: cryptopool Date: Thu, 14 Mar 2019 03:37:37 -0400 Subject: [PATCH] real wireguard final --- questions.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/questions.sh b/questions.sh index 89b8ddb..9421461 100644 --- a/questions.sh +++ b/questions.sh @@ -216,11 +216,9 @@ AutoExchange='"${AutoExchange}"' DBInternalIP='"${DBInternalIP}"' # Unless you do some serious modifications this installer will not work with any other repo of yiimp! YiiMPRepo='https://github.com/cryptopool-builders/yiimp.git' -' | sudo -E tee $STORAGE_ROOT/yiimp/.yiimp.conf >/dev/null 2>&1 ;; - +' | sudo -E tee $STORAGE_ROOT/yiimp/.yiimp.conf >/dev/null 2>&1 else - - echo 'STORAGE_USER='"${STORAGE_USER}"' +echo 'STORAGE_USER='"${STORAGE_USER}"' STORAGE_ROOT='"${STORAGE_ROOT}"' DomainName='"${DomainName}"' StratumURL='"${StratumURL}"' @@ -236,8 +234,8 @@ else AutoExchange='"${AutoExchange}"' # Unless you do some serious modifications this installer will not work with any other repo of yiimp! YiiMPRepo='https://github.com/cryptopool-builders/yiimp.git' - ' | sudo -E tee $STORAGE_ROOT/yiimp/.yiimp.conf >/dev/null 2>&1 ;; -fi + ' | sudo -E tee $STORAGE_ROOT/yiimp/.yiimp.conf >/dev/null 2>&1 +fi;; 1) clear