7 lines
107 B
Bash
7 lines
107 B
Bash
|
#!/bin/sh
|
||
|
DOMAIN="$1.gkaklas.gr"
|
||
|
APP="$2"
|
||
|
|
||
|
yunohost app remove "${APP}"
|
||
|
yunohost domain remove "${DOMAIN}"
|