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:
Peter Parente
2019-01-01 19:08:45 -05:00
committed by GitHub

View File

@@ -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