1
0
mirror of https://bitbucket.org/shim_/docker-rtm.git synced 2018-10-04 01:52:08 +02:00

always chmod +x

This commit is contained in:
shim_ 2016-06-13 16:04:33 +02:00
parent e66f573606
commit 6eba270a11

View File

@ -27,6 +27,7 @@ if [ -f "$BINARY" ]; then
report_loop report_loop
else else
if [ -f "$INSTALLER" ]; then if [ -f "$INSTALLER" ]; then
chmod +x $INSTALLER
$INSTALLER $INSTALLER
else else
fetch_installer fetch_installer