We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98465cf + 63ee69f commit f1b7156Copy full SHA for f1b7156
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