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:
parent
161d8cedaa
commit
c5ac725196
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue