Skip to content
Snippets Groups Projects
Commit 251e8ebe authored by Rick Carback's avatar Rick Carback
Browse files

Chmod everything in bin directory

parent 9d785d8d
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ curl -s -f -L -H "PRIVATE-TOKEN: $PATKEY" -o "$download_path/gateway" ${GW_URL} ...@@ -44,7 +44,7 @@ curl -s -f -L -H "PRIVATE-TOKEN: $PATKEY" -o "$download_path/gateway" ${GW_URL}
curl -s -f -L -H "PRIVATE-TOKEN: $PATKEY" -o "$download_path/permissioning" ${PERMISSIONING_URL} curl -s -f -L -H "PRIVATE-TOKEN: $PATKEY" -o "$download_path/permissioning" ${PERMISSIONING_URL}
# Make binaries executable # Make binaries executable
chmod +x "$download_path"/*.binary chmod +x "$download_path"/*
file "$download_path"/* file "$download_path"/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment