1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

Do not use 'yunohost app setting'

This commit is contained in:
yalh76 2021-03-14 00:49:02 +01:00
parent 161d8cedaa
commit c5ac725196

View file

@ -218,7 +218,7 @@ ynh_cleanup_go () {
local required_go_versions=""
for installed_app in $installed_apps
do
local installed_app_go_version=$(yunohost app setting $installed_app go_version)
local installed_app_go_version=$(ynh_app_setting_get --app=$installed_app --key="go_version")
if [[ $installed_app_go_version ]]
then
required_go_versions="${installed_app_go_version}\n${required_go_versions}"