Skip to content

Commit 1eb8de1

Browse files
committed
fix: incorrect variable name
1 parent 8dd679e commit 1eb8de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/plugins/dynamix.unraid.net.plg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ fi
520520
# This effectively removes the old notification bell from the webgui (via DefaultPageLayout.php).
521521
TMP_FILE=$(mktemp)
522522
grep -v "id='bell'\|#bell" "$FILE" > "$TMP_FILE"
523-
mv "$TMP_FILE" "$FILE_PATH"
523+
mv "$TMP_FILE" "$FILE"
524524
echo "Removed notification-bell-related lines from $FILE"
525525
526526
# patch: showchanges, starting with 6.11.0-rc1

0 commit comments

Comments
 (0)