From 199c10247272de8a3b820be0a738919d4f3a27aa Mon Sep 17 00:00:00 2001 From: Sean Wheller Date: Sat, 27 Jul 2019 21:13:23 +0200 Subject: [PATCH] Add config.sh to install.sh --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 3d6e6f3..dd5c557 100755 --- a/install.sh +++ b/install.sh @@ -20,6 +20,10 @@ sleep 5 . build.sh sleep 5 +# Create a config.json +. config.sh +sleep 5 + # Setup crontab for user . crontab.sh sleep 5