<div dir="ltr"><div><div><div><div><div>Ignore my previous question I figured out how to make it work<br><br></div>Instead of:<br><br><i>       lxc exec cn1 -- chmod +x /home/$USER/*.sh</i>  <br><br></div>I used this...<br><br>       lxc exec cn1 -- /bin/bash -c "chmod +x /home/$USER/*.sh"<br><br></div>and that worked !<br><br></div>sorry for the noise<br><br></div>Brian<br><br></div>