Commit 36d857bb authored by Romain's avatar Romain Committed by GitHub

Merge pull request #1173 from mathbunnyru/asalikhov/fix_bashate

Fix bashate style issues
parents 150731d3 5b678ca4
...@@ -15,6 +15,7 @@ repos: ...@@ -15,6 +15,7 @@ repos:
rev: 2.0.0 rev: 2.0.0
hooks: hooks:
- id: bashate - id: bashate
args: ['--ignore=E006']
- repo: https://gitlab.com/pycqa/flake8 - repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3 rev: 3.8.3
hooks: hooks:
......
...@@ -25,7 +25,7 @@ for d in "$@"; do ...@@ -25,7 +25,7 @@ for d in "$@"; do
\) \ \) \
-exec chgrp $NB_GID {} \; \ -exec chgrp $NB_GID {} \; \
-exec chmod g+rwX {} \; -exec chmod g+rwX {} \;
# setuid,setgid *on directories only* # setuid, setgid *on directories only*
find "$d" \ find "$d" \
\( \ \( \
-type d \ -type d \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment