fix for new domain deletetion

This commit is contained in:
Serghey Rodin 2017-12-08 13:50:51 +02:00
commit 3fbd3014c7

View file

@ -277,7 +277,7 @@ del_web_config() {
fi
if [ -e "$conf" ]; then
sed -i "|$conf|d" /etc/$1/conf.d/vesta.conf
sed -i "\|$conf|d" /etc/$1/conf.d/vesta.conf
rm -f $conf
else
# fallback to old style configs