eggdrop: Remove useless vsed

`vsed` for `language/` in `eggdrop.conf` doesn't modify anything
This commit is contained in:
Greg Beard 2023-03-18 14:01:27 +00:00 committed by classabbyamp
parent 3a6b1cb457
commit 53bdc4ebe3

View file

@ -33,6 +33,9 @@ do_install() {
for _asset in language scripts help; do
vmkdir "${_share}/${_asset}/"
vcopy "ed_staging/${_asset}/*" "${_share}/${_asset}"
done
for _asset in scripts help; do
vsed -e "s|${_asset}/|/${_share}/&|" -i eggdrop.conf
done