1
0
Fork 0
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:
yalh76 2022-07-23 15:58:32 +02:00
parent efc3885fa1
commit 7b1afd5ee2

View file

@ -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
if [ $driver_lxc -eq 1 ]
then
ynh_remove_go ynh_remove_go
fi
fi fi
#================================================= #=================================================