mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
removed unnecessary sed expr defenition
This commit is contained in:
parent
5afa0f4a00
commit
861585bcca
30 changed files with 74 additions and 74 deletions
|
@ -64,7 +64,7 @@ shell_list_dns() {
|
|||
|
||||
while read line ; do
|
||||
eval $line
|
||||
eval echo "$fields" | sed -e "s/%quote%/'/g"
|
||||
eval echo "$fields" | sed "s/%quote%/'/g"
|
||||
done < $conf
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue