We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b07b45 commit 601a398Copy full SHA for 601a398
etc/postinstall
@@ -264,7 +264,7 @@ CORE_PORT="$(echo -e "${CORE_PORT}" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:
264
# But for now we use sed
265
cat ${ROON_INI} | sed -e "s/${EX_CORE_IP}/${CORE_IP}/" -e "s/${EX_CORE_PORT}/${CORE_PORT}/" > /tmp/core$$
266
cp /tmp/core$$ ${ROON_INI}
267
-rm -f /tmp/core$$ /tmp/discover$$
+rm -f /tmp/core$$ /tmp/discover$$ /tmp/roonapi.log
268
269
# Get and set the default zone and initial zone groupings
270
# Attempting to avoid grouping incompatible zones is somewhat convoluted
0 commit comments