Add uninstall.sh

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-02-12 22:19:15 +02:00
parent 9cc47da892
commit 617120a856
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

6
uninstall.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
DOMAIN="$1.gkaklas.gr"
APP="$2"
yunohost app remove "${APP}"
yunohost domain remove "${DOMAIN}"