diff --git a/manifest.json b/manifest.json index 9e49422..21084fe 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.", "fr": "Service de bureau à distance sans client. Fonctionne avec des protocoles standard comme VNC, RDP, et SSH." }, - "version": "1.3.0~ynh2", + "version": "1.3.0~ynh3", "url": "https://example.com", "license": "Apache-2.0", "maintainer": { diff --git a/scripts/remove b/scripts/remove index 799055b..5bebd91 100755 --- a/scripts/remove +++ b/scripts/remove @@ -32,7 +32,8 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) if ynh_exec_warn_less yunohost service status $app >/dev/null then ynh_script_progression --message="Removing $app service integration..." --weight=1 - yunohost service remove $app + yunohost service remove "$app-guacd" + yunohost service remove "$app-tomcat" fi #=================================================