We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd679e commit 1eb8de1Copy full SHA for 1eb8de1
plugin/plugins/dynamix.unraid.net.plg
@@ -520,7 +520,7 @@ fi
520
# This effectively removes the old notification bell from the webgui (via DefaultPageLayout.php).
521
TMP_FILE=$(mktemp)
522
grep -v "id='bell'\|#bell" "$FILE" > "$TMP_FILE"
523
-mv "$TMP_FILE" "$FILE_PATH"
+mv "$TMP_FILE" "$FILE"
524
echo "Removed notification-bell-related lines from $FILE"
525
526
# patch: showchanges, starting with 6.11.0-rc1
0 commit comments