From c0c04704602e45b16509ea808e80fe47aeb393ed Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Wed, 5 Apr 2017 17:24:43 -0500 Subject: [PATCH] fffffffffff the setup was borked --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 241efb1..310e7f6 100755 --- a/setup.sh +++ b/setup.sh @@ -20,7 +20,7 @@ EOF --dbset ) sqlite3 data.sqlite < schema.sql echo cleared - chmod 400 data.sqlite + chmod 600 data.sqlite exit;; esac @@ -31,4 +31,4 @@ echo Using $PYTHON... $PYTHON -m pip install ${DEPS[*]} echo "Enter [i] to initialize a new database" read CLEAR -[[ $CLEAR == "i" ]] && sqlite3 bbj.db < schema.sql; chmod 400 data.sqlite +[[ $CLEAR == "i" ]] && sqlite3 data.sqlite < schema.sql; chmod 600 data.sqlite