From c06aa0457f175fd19a50e751c775d44a0bac1373 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Sat, 10 Oct 2020 16:55:47 +0200 Subject: [PATCH] bugfix: fix typo --- scripts/remove.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove.sh b/scripts/remove.sh index e91622c..95b4e85 100755 --- a/scripts/remove.sh +++ b/scripts/remove.sh @@ -204,7 +204,7 @@ remove_mainsail(){ remove_fluidd(){ data_arr=( - $fluidd_DIR + $FLUIDD_DIR /etc/nginx/sites-available/fluidd /etc/nginx/sites-enabled/fluidd )