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