testnet process choice

This commit is contained in:
openoms
2021-05-28 23:06:43 +01:00
parent abe4ca6583
commit a24cb81330

View File

@@ -441,7 +441,7 @@ if [ ${check} -eq 1 ]; then choice="on"; fi
if [ "${testnet}" != "${choice}" ]; then
echo "# Testnet Setting changed .."
anychange=1
/home/admin/config.scripts/cln.install.sh ${choice} testnet
/home/admin/config.scripts/bitcoin.chains.sh ${choice} testnet
errorOnInstall=$?
if [ "${choice}" = "on" ]; then
if [ ${errorOnInstall} -eq 0 ]; then