File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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" );
Original file line number Diff line number Diff line change 361361 }
362362 },
363363 "site": {
364- "name": "CoachProxy ",
364+ "name": "CoachProxyOS ",
365365 "hideToolbar": "false",
366366 "allowSwipe": "false",
367367 "dateFormat": "YYYY/MM/DD",
Original file line number Diff line number Diff line change 122122 }
123123 },
124124 "site" : {
125- "name" : " CoachProxy " ,
125+ "name" : " CoachProxyOS " ,
126126 "hideToolbar" : " false" ,
127127 "allowSwipe" : " false" ,
128128 "dateFormat" : " YYYY/MM/DD" ,
You can’t perform that action at this time.
0 commit comments