Browse Source

Minor Fix

old-stable
Mitesh Shah 12 years ago
parent
commit
237239db95
  1. 2
      setup/engine

2
setup/engine

@ -1028,7 +1028,7 @@ then
# Remove Webroot For $DOMAIN # Remove Webroot For $DOMAIN
echo -e "\033[34m Removing /var/www/$DOMAIN Directory... \e[0m" echo -e "\033[34m Removing /var/www/$DOMAIN Directory... \e[0m"
rm -rf /var/www/$DOMAIN rm -rf /var/www/$DOMAIN/
elif [ "$4" = "--all" ] elif [ "$4" = "--all" ]
then then

Loading…
Cancel
Save