From 79aa4762f2120128bfcbbffefb2db9bc9d8a9e10 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 12:45:18 +0200 Subject: [PATCH] [GHA] debug Nginx folder locations --- dev-tools/install-nginx-1.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-tools/install-nginx-1.sh b/dev-tools/install-nginx-1.sh index 64fc4768b..da6d1d92b 100755 --- a/dev-tools/install-nginx-1.sh +++ b/dev-tools/install-nginx-1.sh @@ -63,6 +63,12 @@ defaultcolor=$(tput setaf default) # FUNCTIONS # --------- +# Debug Folder Locations +ls -la / +ls -la /etc +ls -la ./etc + + reloadNginX () { printf "\n" echo "${bold}${green}---------------"