Skip to content

Commit 0499b86

Browse files
committed
Branding change
1 parent 7795ab0 commit 0499b86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

roles/coachproxy/files/configurator/cp_config.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ sub create_habridge_device {
496496
system('/usr/local/bin/mqtt-simple -h localhost -p "GLOBAL/SHUTDOWN" -m "Restarting CoachProxy..."');
497497
sleep(1);
498498
if ($reboot) {
499-
logger("rebooting CoachProxy");
499+
logger("rebooting CoachProxyOS device");
500500
system("sudo /coachproxy/bin/safe_reboot");
501501
} else {
502502
system("/coachproxy/bin/version.sh");

roles/coachproxy/files/configurator/flows_coachproxy-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
}
362362
},
363363
"site": {
364-
"name": "CoachProxy",
364+
"name": "CoachProxyOS",
365365
"hideToolbar": "false",
366366
"allowSwipe": "false",
367367
"dateFormat": "YYYY/MM/DD",

roles/coachproxy/files/node-red/flows_coachproxy-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
}
123123
},
124124
"site": {
125-
"name": "CoachProxy",
125+
"name": "CoachProxyOS",
126126
"hideToolbar": "false",
127127
"allowSwipe": "false",
128128
"dateFormat": "YYYY/MM/DD",

0 commit comments

Comments
 (0)