1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-23 22:20:59 +03:00

Fix device or resource busy when patching IPv6 settings

This commit is contained in:
xrh0905
2023-06-15 11:17:02 +08:00
committed by GitHub
parent 2a06384a4a
commit 63ee69f432

View File

@ -28,7 +28,7 @@ process_folder () {
for FILE in $FILES
do
echo "- ${FILE}"
sed -E -i "$SED_REGEX" "$FILE"
echo "$(sed -E "$SED_REGEX" "$FILE")" > $FILE
done
# ensure the files are still owned by the npm user