kopia lustrzana https://github.com/jupyterhub/repo2docker
fix bash spacing
rodzic
7ac4cb4932
commit
05273abb38
|
@ -9,9 +9,9 @@ _term() {
|
||||||
trap _term SIGTERM
|
trap _term SIGTERM
|
||||||
|
|
||||||
# find binder sub-directory (if present)
|
# find binder sub-directory (if present)
|
||||||
for dir in "./binder" "./.binder"; do
|
for dir in "./.binder" "./binder"; do
|
||||||
if [ -e $dir ]; then
|
if [ -e $dir ]; then
|
||||||
binder_dir = $dir
|
binder_dir=$dir
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue