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

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -