mirror of
https://github.com/YunoHost-Apps/nomad_ynh.git
synced 2024-09-03 19:55:53 +02:00
Update remove
This commit is contained in:
parent
efc3885fa1
commit
7b1afd5ee2
1 changed files with 4 additions and 1 deletions
|
@ -104,7 +104,10 @@ ynh_script_progression --message="Removing dependencies..."
|
||||||
ynh_remove_app_dependencies
|
ynh_remove_app_dependencies
|
||||||
if [ "$node_type" == "client" ]
|
if [ "$node_type" == "client" ]
|
||||||
then
|
then
|
||||||
ynh_remove_go
|
if [ $driver_lxc -eq 1 ]
|
||||||
|
then
|
||||||
|
ynh_remove_go
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue