cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sameena
Level 3

does not have permissions

hi, i have built an installer both for unix-like machine and windows. it first installs the file and then runs some *.bat or *.sh file to start some service. when i run it on linux the installer does not execute the *.sh files as it does not set the file permissions though i have selected permissions in project>paltform>unix tab and in the speedfolder action with overwrite permission option.


any help would be highly apprciated.

thanks
sameena
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

If for one reason or another the override permission doesn't work, nothing prevents you to run the following command right after the installation of those files:
/bin/sh -c chmod ugo+x $USER_INSTALL_DIR$$/$path$/$to$/$installed$/$files$/$*.sh
0 Kudos