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
fi fi
if ! grep "^clnrest-port=${portprefix}7378" <${CLCONF}; then #if ! grep "^clnrest-port=${portprefix}7378" <${CLCONF}; then
echo "clnrest-port=${portprefix}7378" | tee -a ${CLCONF} # echo "clnrest-port=${portprefix}7378" | tee -a ${CLCONF}
fi #fi
if ! grep "^clnrest-host=0.0.0.0" <${CLCONF}; then #if ! grep "^clnrest-host=0.0.0.0" <${CLCONF}; then
echo "clnrest-host=0.0.0.0" | tee -a ${CLCONF} # echo "clnrest-host=0.0.0.0" | tee -a ${CLCONF}
fi #fi
exit 0 exit 0
fi fi