mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
fix for new domain deletetion
This commit is contained in:
parent
a30f510336
commit
3fbd3014c7
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ del_web_config() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e "$conf" ]; then
|
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
|
rm -f $conf
|
||||||
else
|
else
|
||||||
# fallback to old style configs
|
# fallback to old style configs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue