mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
Do not use 'yunohost app setting'
This commit is contained in:
parent
dc6c8204ec
commit
b7c836c5a8
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ ynh_cleanup_nodejs () {
|
|||
local required_nodejs_versions=""
|
||||
for installed_app in $installed_apps
|
||||
do
|
||||
local installed_app_nodejs_version=$(yunohost app setting $installed_app nodejs_version)
|
||||
local installed_app_nodejs_version=$(ynh_app_setting_get --app=$installed_app --key="nodejs_version")
|
||||
if [[ $installed_app_nodejs_version ]]
|
||||
then
|
||||
required_nodejs_versions="${installed_app_nodejs_version}\n${required_nodejs_versions}"
|
||||
|
|
Loading…
Add table
Reference in a new issue