Add uninstall.sh
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
9cc47da892
commit
617120a856
1 changed files with 6 additions and 0 deletions
6
uninstall.sh
Normal file
6
uninstall.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
DOMAIN="$1.gkaklas.gr"
|
||||
APP="$2"
|
||||
|
||||
yunohost app remove "${APP}"
|
||||
yunohost domain remove "${DOMAIN}"
|
Loading…
Add table
Add a link
Reference in a new issue