mirror of
https://github.com/unraid/api.git
synced 2026-01-07 00:59:48 -06:00
remove legacy unraid.net settings migration from plugin (#741)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user