Skip to content
Snippets Groups Projects
Commit 88b3d010 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Be verbose when chmod

parent 17a41e3f
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ get_script() { ...@@ -54,7 +54,7 @@ get_script() {
get_exec() { get_exec() {
get_script ${1} ${2} get_script ${1} ${2}
chmod 755 ${1}/${2} run_cmd chmod 755 ${1}/${2}
} }
......
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