From c5745944fbc49f811d9072341a68b599664ce94a Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Mon, 31 Aug 2015 21:46:52 -0400 Subject: [PATCH] create log dir --- script/bootstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/bootstrap b/script/bootstrap index 848f565..0f2126b 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -14,6 +14,8 @@ then exit 1 fi +mkdir -p log + npm install echo "Finished setting up itunes-api! run it with script/server or install it with script/install."