mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-07-05 05:09:09 +02:00
fix for new domain deletetion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user