[util] /addgroups alphabetical order beauty

This commit is contained in:
Bernhard Landauer 2018-04-14 00:00:18 +02:00
parent 83db864d60
commit 52e415f11d

View file

@ -390,7 +390,7 @@ load_profile_config(){
[[ -z ${login_shell} ]] && login_shell='/bin/bash'
if [[ -z ${addgroups} ]]; then
addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel"
addgroups="audio,disk,lp,network,optical,power,scanner,storage,video,wheel"
fi
if [[ -z ${enable_systemd[@]} ]]; then