Update test.sh
This commit is contained in:
2
test.sh
2
test.sh
@@ -17,7 +17,7 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot
|
||||
fi
|
||||
|
||||
|
||||
for siteconf in /etc/nginx/sites-enabled/* ; do
|
||||
for siteconf in /etc/nginx/sites-available/* ; do
|
||||
echo "${siteconf}"
|
||||
IFS=','; site_conf=(${siteconf}); unset IFS
|
||||
echo ${site_conf[3]}
|
||||
|
||||
Reference in New Issue
Block a user