Skip to content

Commit

Permalink
real wireguard final
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptopool-builders committed Mar 14, 2019
1 parent b849b02 commit b5221e3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions questions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"'
Expand All @@ -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
Expand Down

0 comments on commit b5221e3

Please sign in to comment.