Hi, I have script which install my application in /opt/myapp directory. This script check if user is root so it can set permissions to read and access as executable. Everything works fine. After installation I can run this application, but It doesn't has access to the internet. I must manually set owner to whole application directory: "sudo chown MY_NAME -R /opt/myapp". Now, I have access to internet. Does anyone know how to properly prepare installation script which set permissions in /opt directory? User should simply extract zipped application, run setup skrypt and run app
Regards _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal