linux - makeself startup script Permission denied -
i created package.bin file makeself on centos. created successfully.however, when run bin file on same machine, got permission denied error.
i granted 777 , a+x package.bin file still got same error.
makeself --gzip ./target/package ./target/package.bin "package" ./install.sh verifying archive integrity... good. uncompressing package............................. ./xxx.bin: line 392: ./install.sh: permission denied
try changing permissions of installation directory.
chmod -r 777 /target
Comments
Post a Comment