Ignore my previous question I figured out how to make it work

Instead of:

*       lxc exec cn1 -- chmod +x /home/$USER/*.sh*

I used this...

       lxc exec cn1 -- /bin/bash -c "chmod +x /home/$USER/*.sh"

and that worked !

sorry for the noise

Brian
_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to