Compare commits

...

1 Commits

Author SHA1 Message Date
rootzoll
df33b22069 dont enforce cln-rest cong 2025-06-04 23:45:04 +02:00

View File

@@ -79,12 +79,12 @@ if [ "$1" == "prestart" ]; then
fi
fi
if ! grep "^clnrest-port=${portprefix}7378" <${CLCONF}; then
echo "clnrest-port=${portprefix}7378" | tee -a ${CLCONF}
fi
if ! grep "^clnrest-host=0.0.0.0" <${CLCONF}; then
echo "clnrest-host=0.0.0.0" | tee -a ${CLCONF}
fi
#if ! grep "^clnrest-port=${portprefix}7378" <${CLCONF}; then
# echo "clnrest-port=${portprefix}7378" | tee -a ${CLCONF}
#fi
#if ! grep "^clnrest-host=0.0.0.0" <${CLCONF}; then
# echo "clnrest-host=0.0.0.0" | tee -a ${CLCONF}
#fi
exit 0
fi