Skip to content

Commit

Permalink
Merge pull request #2 from kubesphere/fix-run
Browse files Browse the repository at this point in the history
fix chmod
  • Loading branch information
runzexia authored Aug 30, 2019
2 parents 6c9a847 + 4ac0452 commit 5336f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -x

chmod +x /deployments/binary
chmod +x /opt/app-root/src/bin/binary

echo "run binary with ARGS $ARG"

Expand Down

0 comments on commit 5336f35

Please sign in to comment.