The executable permissions need to be reset when copy/pasting executable bash files. #2071
clatapie
started this conversation in
Tips and Tricks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When copy/pasting an executable bash files - like
start_mapdl.sh
, the executable permissions (chmod +x
orchmod 755
) need to be reset.For updating the permissions in GitHub, you can use the following command:
Beta Was this translation helpful? Give feedback.
All reactions