SETTINGS: change Testnets if either changes

This commit is contained in:
openoms 2021-11-30 15:32:51 +00:00
parent 8d92382911
commit f1a549171d

View File

@ -482,7 +482,8 @@ fi
# parallel testnet process choice
choice="off"; check=$(echo "${CHOICES}" | grep -c "p")
if [ ${check} -eq 1 ]; then choice="on"; fi
if [ "${testnet}" != "${choice}" ]; then
if [ "${testnet}" != "${choice}" ] || \
[ "${signet}" != "${choice}" ]; then
echo "# Parallel Testnets Setting changed .."
anychange=1
if [ "${choice}" = "on" ]; then