Skip to content

Commit 8a27854

Browse files
committed
Use full path for groupadd (required for distros such as openSUSE)
1 parent 85f78d2 commit 8a27854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InstallControllerBuddy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ else
610610
else
611611
log "No - creating the '$cb_group' group"
612612
check_sudo_privileges
613-
sudo groupadd -f "$cb_group"
613+
sudo /usr/sbin/groupadd -f "$cb_group"
614614
check_retval "Error: Failed to create the '$cb_group' group"
615615
reboot_required=true
616616
fi

0 commit comments

Comments
 (0)