Fix device or resource busy when patching IPv6 settings
This commit is contained in:
parent
2a06384a4a
commit
63ee69f432
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ process_folder () {
|
||||||
for FILE in $FILES
|
for FILE in $FILES
|
||||||
do
|
do
|
||||||
echo "- ${FILE}"
|
echo "- ${FILE}"
|
||||||
sed -E -i "$SED_REGEX" "$FILE"
|
echo "$(sed -E "$SED_REGEX" "$FILE")" > $FILE
|
||||||
done
|
done
|
||||||
|
|
||||||
# ensure the files are still owned by the npm user
|
# ensure the files are still owned by the npm user
|
||||||
|
|
Loading…
Reference in a new issue