Remove LIBVIRT_DEFAULT_URI env var

This commit is contained in:
Anthony Rose 2022-10-30 21:49:54 +00:00
parent 1adf1005ea
commit aaff16b695

View file

@ -160,9 +160,6 @@ then
export BASH_SILENCE_DEPRECATION_WARNING=1 export BASH_SILENCE_DEPRECATION_WARNING=1
fi fi
# Override this if needed.
export LIBVIRT_DEFAULT_URI="qemu+ssh://vmhost/system"
if test -x /usr/bin/tty if test -x /usr/bin/tty
then then
GPG_TTY=$(tty) GPG_TTY=$(tty)