Commit a95cb64d authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #791 from rkdarst/run-hooks-loop-bugfix

Fix logging bug in run-hooks (order of logging statement)
parents 987a0d33 6e104c95
......@@ -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
......
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