Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recover excutional bit on shell files #107

Closed
tokusyu opened this issue Oct 11, 2018 · 1 comment
Closed

recover excutional bit on shell files #107

tokusyu opened this issue Oct 11, 2018 · 1 comment

Comments

@tokusyu
Copy link
Contributor

tokusyu commented Oct 11, 2018

I found that on the latest master branch there are no excute bit on shell scripts.
Ex: git ls-files -s export_all.sh
-> 100644

So this script isn’t executable.
Could someone kindly recover execute bits?

Or completely move to python verdion of export_all (I love it) and then remove shell version from master ; )

@medvedev1088
Copy link
Member

Thanks for spotting this! I just pushed a commit to recover it:

git ls-files -s export_all.sh
100755 87e65537f57c776f9e41c4a04d4910ff248de457 0       export_all.sh

I'm going to remove the shell version once the Dockerfile supports IPC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants