Teensy tweak to build script

This commit is contained in:
Starbeamrainbowlabs 2019-03-07 18:40:30 +00:00
parent 850060a6c0
commit f3d49cc3de
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

1
build
View File

@ -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