We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a06384 commit 63ee69fCopy full SHA for 63ee69f
docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/50-ipv6.sh
@@ -28,7 +28,7 @@ process_folder () {
28
for FILE in $FILES
29
do
30
echo "- ${FILE}"
31
- sed -E -i "$SED_REGEX" "$FILE"
+ echo "$(sed -E "$SED_REGEX" "$FILE")" > $FILE
32
done
33
34
# ensure the files are still owned by the npm user
0 commit comments