mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
remove not needed true
This commit is contained in:
parent
244b31f07f
commit
c34bd72ef6
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ ynh_install_apps() {
|
||||||
ynh_remove_apps() {
|
ynh_remove_apps() {
|
||||||
|
|
||||||
# Retrieve the apps dependencies of the app
|
# Retrieve the apps dependencies of the app
|
||||||
local apps_dependencies=$(ynh_app_setting_get --app=$app --key=apps_dependencies) || true
|
local apps_dependencies=$(ynh_app_setting_get --app=$app --key=apps_dependencies)
|
||||||
ynh_app_setting_delete --app=$app --key=apps_dependencies || true
|
ynh_app_setting_delete --app=$app --key=apps_dependencies
|
||||||
|
|
||||||
if [ ! -z "$apps_dependencies" ]
|
if [ ! -z "$apps_dependencies" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue