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