From a24cb81330326efbc01b4a8cc1e621630c85bc39 Mon Sep 17 00:00:00 2001 From: openoms Date: Fri, 28 May 2021 23:06:43 +0100 Subject: [PATCH] testnet process choice --- home.admin/00settingsMenuServices.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index fd36d69d4..abcfa2365 100755 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -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