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 [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
