X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=vm_hosted;h=b467527111c6852b804253d4fc3bc5c411361927;hp=750497cb9ab5893e954bbc4709b36014719f4c9c;hb=d1d758aa420bb73f0622d549a3881a79de52883b;hpb=910b5358868be624ddf79e5c8e8dd46b0d403b4b diff --git a/vm_hosted b/vm_hosted index 750497c..b467527 100755 --- a/vm_hosted +++ b/vm_hosted @@ -415,8 +415,8 @@ rule_user_root_init () { mk_lnk etc/gpg /root/.gnupg mk_lnk etc/ssh /root/.ssh getent group sudo | - while test -n "$users" && IFS=: read -r group x x users - do while IFS=, read -r user users <<-EOF + while IFS=: read -r group x x users + do while test -n "$users" && IFS=, read -r user users <<-EOF $users EOF do eval local home\; home="~$user"