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) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -