Skip to content

Commit 601a398

Browse files
committed
Remove /tmp/roonapi.log in postinstall
1 parent 8b07b45 commit 601a398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/postinstall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ CORE_PORT="$(echo -e "${CORE_PORT}" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:
264264
# But for now we use sed
265265
cat ${ROON_INI} | sed -e "s/${EX_CORE_IP}/${CORE_IP}/" -e "s/${EX_CORE_PORT}/${CORE_PORT}/" > /tmp/core$$
266266
cp /tmp/core$$ ${ROON_INI}
267-
rm -f /tmp/core$$ /tmp/discover$$
267+
rm -f /tmp/core$$ /tmp/discover$$ /tmp/roonapi.log
268268

269269
# Get and set the default zone and initial zone groupings
270270
# Attempting to avoid grouping incompatible zones is somewhat convoluted

0 commit comments

Comments
 (0)