remove legacy unraid.net settings migration from plugin (#741)

This commit is contained in:
ljm42
2023-10-30 14:37:04 -07:00
committed by Zack Spear
parent 4601388f3f
commit 915cdc3e06

View File

@@ -457,7 +457,7 @@ upgradepkg --install-new --reinstall "${MAINTXZ}"
# confirm an expected file now exists
# WARNING: failure here results in broken install
[[ ! -f /usr/local/emhttp/plugins/dynamix.my.servers/scripts/cfgMigration ]] && echo "⚠️ files missing from main txz" && exit 1
[[ ! -f /usr/local/emhttp/plugins/dynamix.my.servers/scripts/gitflash_log ]] && echo "⚠️ files missing from main txz" && exit 1
echo
echo "⚠️ Do not close this window yet"
@@ -472,10 +472,6 @@ echo
echo "⚠️ Do not close this window yet"
echo
# run dynamix.cfg to myservers.cfg migration
CFG_MIG=/usr/local/emhttp/plugins/dynamix.my.servers/scripts/cfgMigration
php $CFG_MIG
# Use myservers.cfg values to help prevent conflicts when installing
CFG=/boot/config/plugins/dynamix.my.servers/myservers.cfg
# shellcheck disable=SC1090