mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Teensy tweak to build script
This commit is contained in:
parent
850060a6c0
commit
f3d49cc3de
1 changed files with 1 additions and 0 deletions
1
build
1
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
|
||||
|
|
Loading…
Reference in a new issue