diff --git a/test.sh b/test.sh index 83946b4..c599eb4 100755 --- a/test.sh +++ b/test.sh @@ -20,7 +20,7 @@ fi for siteconf in /etc/nginx/sites-enabled/* ; do newsiteconf=$(echo $siteconf | sed "s/.conf//g") echo "$siteconf => $newsiteconf" - mv $siteconf $newsiteconf + #mv $siteconf $newsiteconf done echo "" echo ""