Skip to content

Commit 2169aaf

Browse files
committed
add deprecation notice to node archive pruning command
1 parent aec5ae1 commit 2169aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/plugins/dynamix.unraid.net.plg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ exit 0
153153
fi
154154
155155
# Remove all node js archives from the flashdrive that do not match the expected version
156+
# deprecated Apr 2025. kept to remove unused archives for users upgrading from versioned node downloads.
156157
find /boot/config/plugins/dynamix.my.servers/ -name "node-v*-linux-x64.tar.xz" ! -name "${NODE_FILE}" -delete
157158
158159
# Remove stale pnpm store archives from the boot drive

0 commit comments

Comments
 (0)