VMware Cloud Community
Arzjos
Contributor
Contributor

Permission denied on script

I want to run a .sh file on linux from the installdir, but is not executable so i have the permission denied error, how can i make it executable from the installer?

0 Kudos
1 Reply
michieldhont_
Hot Shot
Hot Shot

Hi,

You can use changePermissions:

 

 <actionList>
     <changePermissions permissions="0755" files="/path/to/file"/>
  </actionList>

 

Regards,

Michiel

0 Kudos