From 46f012af2f70f7d674a53feded9a0dc32b145df6 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 23 May 2018 15:08:51 +0200 Subject: [PATCH] init covers directory --- init_db.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/init_db.sh b/init_db.sh index f530458..6d58ae0 100644 --- a/init_db.sh +++ b/init_db.sh @@ -1,4 +1,5 @@ #!/bin/bash touch app/mydatabase.db +mkdir -p app/uploads/cover python3 init.py