Skip to content

Commit 63ee69f

Browse files
authored
Fix device or resource busy when patching IPv6 settings
1 parent 2a06384 commit 63ee69f

File tree

1 file changed

+1
-1
lines changed
  • docker/rootfs/etc/s6-overlay/s6-rc.d/prepare

1 file changed

+1
-1
lines changed

docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/50-ipv6.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ process_folder () {
2828
for FILE in $FILES
2929
do
3030
echo "- ${FILE}"
31-
sed -E -i "$SED_REGEX" "$FILE"
31+
echo "$(sed -E "$SED_REGEX" "$FILE")" > $FILE
3232
done
3333

3434
# ensure the files are still owned by the npm user

0 commit comments

Comments
 (0)