From 58b467fa2d38c5e484013c6ec54cf0f4e4383a67 Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Fri, 31 Jan 2025 22:16:21 -0500 Subject: [PATCH] remove readme overwrite during plugin install this conflicts with the static asset in the plugins folder and overwrites changes made during plugin build (in pkg_build.sh) --- plugin/plugins/dynamix.unraid.net.plg | 8 -------- 1 file changed, 8 deletions(-) diff --git a/plugin/plugins/dynamix.unraid.net.plg b/plugin/plugins/dynamix.unraid.net.plg index 8e370ee0e..b4ccb5a54 100755 --- a/plugin/plugins/dynamix.unraid.net.plg +++ b/plugin/plugins/dynamix.unraid.net.plg @@ -450,14 +450,6 @@ if [[ "${version:0:3}" == "6.9" || "${version:0:4}" == "6.10" || "${version:0:4} [ "${PLGTYPE}" = "staging" ] && PLGNAME=dynamix.unraid.net.staging DIR="/usr/local/emhttp/plugins/${PLGNAME}" && [[ ! -d "$DIR" ]] && mkdir "$DIR" -cat << EOF > "$DIR/README.md" -**Unraid Connect** - -Please uninstall this plugin or upgrade to a newer version of Unraid to enjoy Unraid Connect -EOF - # exit 0 or else the original plugin will be reinstalled at boot - exit 0 -fi echo echo "⚠️ Do not close this window yet"