refactor(kiauh.sh): clean up kiauh.sh

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-02 23:25:07 +02:00
parent 52cb40ac89
commit d1cb24d725
3 changed files with 149 additions and 125 deletions

View File

@@ -11,6 +11,11 @@
set -e
### global variables
NGINX_SA="/etc/nginx/sites-available"
NGINX_SE="/etc/nginx/sites-enabled"
NGINX_CONFD="/etc/nginx/conf.d"
#===================================================#
#=================== REMOVE NGINX ==================#
#===================================================#