mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix profile syntax errors
This commit is contained in:
@@ -28,7 +28,7 @@ fi
|
|||||||
|
|
||||||
# Setup for libvirt
|
# Setup for libvirt
|
||||||
if [ -z "${LIBVIRT_DEFAULT_URI}" ] ; then
|
if [ -z "${LIBVIRT_DEFAULT_URI}" ] ; then
|
||||||
if [ "$(id -u)" == "0" ] || (id -g -n | grep -q "\blibvirt\b") ; then
|
if [ "$(id -u)" = "0" ] || (id -g -n | grep -q "\blibvirt\b") ; then
|
||||||
LIBVIRT_DEFAULT_URI="qemu:///system"
|
LIBVIRT_DEFAULT_URI="qemu:///system"
|
||||||
export LIBVIRT_DEFAULT_URI
|
export LIBVIRT_DEFAULT_URI
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user