Update test.sh

This commit is contained in:
2019-02-05 21:13:14 -06:00
parent df225011db
commit 22e6fa6eab

View File

@@ -18,5 +18,6 @@ fi
for siteconf in /etc/nginx/sites-available/* ; do
echo $siteconf
newsiteconf=$(echo $siteconf | sed "s/.conf//g")
echo "$siteconf => $newsiteconf"
done