mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -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
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue