summaryrefslogtreecommitdiffstats
path: root/functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions.sh')
-rwxr-xr-xfunctions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.sh b/functions.sh
index f0e1213..26db3c6 100755
--- a/functions.sh
+++ b/functions.sh
@@ -74,7 +74,7 @@ check_prerequisites() {
if [ "${ID,,}" == "ubuntu" ] && [ "$VERSION_ID" == "16.04" ]; then
libvirt_group+="d"
fi
- if ! groups | grep " $libvirt_group "; then
+ if ! groups | grep "$libvirt_group"; then
echo "ERROR : $(id -nu) user doesn't belong to $libvirt_group group."
exit 1
fi