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