From 3fdb75837a37f9c5492b95fe5816e6548b2e69a1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 21:14:28 -0600 Subject: [PATCH] Update test.sh --- test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test.sh b/test.sh index f8cc783..1e85f82 100755 --- a/test.sh +++ b/test.sh @@ -21,4 +21,9 @@ for siteconf in /etc/nginx/sites-available/* ; do newsiteconf=$(echo $siteconf | sed "s/.conf//g") echo "$siteconf => $newsiteconf" mv $siteconf $newsiteconf +done +echo "" +echo "" +for siteconf in /etc/nginx/sites-available/* ; do + echo "$siteconf" done \ No newline at end of file