build: set-title -> set_title

This commit is contained in:
Starbeamrainbowlabs 2019-04-16 15:17:37 +01:00
parent 54599dd2f5
commit 3b4f907164
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

4
build
View File

@ -178,7 +178,7 @@ task_setup-dev() {
task_database() {
task_begin "Connecting to the database";
set-title "Database";
set_title "Database";
ssh -TN "${database_host}" -L 3306:localhost:3306 &
ssh_pid=$!;
sleep 1;
@ -229,7 +229,7 @@ task_client() {
}
task_client-watch() {
set-title "Client Watcher";
set_title "Client Watcher";
echo -e "Watching for changes.";
while :; do # : = infinite loop