mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
restore incorrect readme omission
This commit is contained in:
@@ -450,6 +450,11 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user