mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 07:22:57 +00:00
Merge pull request #791 from rkdarst/run-hooks-loop-bugfix
Fix logging bug in run-hooks (order of logging statement)
This commit is contained in:
@@ -32,8 +32,8 @@ run-hooks () {
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
echo "$0: done running hooks in $1"
|
||||
done
|
||||
echo "$0: done running hooks in $1"
|
||||
}
|
||||
|
||||
run-hooks /usr/local/bin/start-notebook.d
|
||||
|
Reference in New Issue
Block a user