Fix new_config_file var unset

This commit is contained in:
Felipe Santos 2025-03-23 14:42:01 -03:00
parent 8963aa82bc
commit 9ff46b62ba

View File

@ -31,7 +31,7 @@ function migrate_addon_config_dir() {
# Nothing to migrate
return 0
fi
unset old_config_file_yaml new_config_file new_config_file_yaml
unset old_config_file_yaml new_config_file_yaml
local db_path
db_path=$(yq -r '.database.path' "${old_config_file}")