mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-21 03:17:38 +01:00
Compare commits
1 Commits
postgres-l
...
5035-cln
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df33b22069 |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user