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 7d7d6f6 commit 0114b8cCopy full SHA for 0114b8c
zim/library/update-kiwixserve-template.sh
@@ -57,7 +57,7 @@ echo "$KIWIX_PATCH" | patch --input=- --output=$TEMPLATE_TMP_PATH -p1 $TEMPLATE_
57
58
echo "Replacing KIWIXCACHEID with ${LIBKIWIX_VERSION}"
59
60
-sed "s/KIWIXCACHEID/$LIBKIWIX_VERSION/g" $TEMPLATE_TMP_PATH > $TEMPLATE_TMP_PATH
+sed -i "s/KIWIXCACHEID/$LIBKIWIX_VERSION/g" $TEMPLATE_TMP_PATH > $TEMPLATE_TMP_PATH
61
62
echo "Replacing final file…"
63
0 commit comments