From 55bdf8bd5292e4718d743f88f1820badfcaddd99 Mon Sep 17 00:00:00 2001 From: Emil Date: Wed, 2 Aug 2023 11:12:17 -0600 Subject: [PATCH] updated bootstrap.sh file --- bootstrap/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh index c0a9617..5c2cb54 100644 --- a/bootstrap/bootstrap.sh +++ b/bootstrap/bootstrap.sh @@ -1 +1,4 @@ +#!/bin/sh +# Tested to work 100% of the time when that file doesn't exist +# probably sqlite3 probotic_data.sqlite -init init.sql -line '.quit'