From f3d49cc3de0b8298cf951b57002e79cdf79aba65 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 7 Mar 2019 18:40:30 +0000 Subject: [PATCH] Teensy tweak to build script --- build | 1 + 1 file changed, 1 insertion(+) diff --git a/build b/build index 7eabd32..f39b7fd 100755 --- a/build +++ b/build @@ -94,6 +94,7 @@ function task_setup { echo -e '[database]\nusername = "INSERT_DATABASE_USERNAME_HERE"\npassword = "INSERT_DATABASE_PASSWORD_HERE";' >>"./data/settings.toml"; echo -e "${HC}Don't forget to edit './data/settings.toml' to specify the database username and password${RS}"; + echo -e ""; task_end $?; fi