Skip to content

Commit

Permalink
OK Message
Browse files Browse the repository at this point in the history
  • Loading branch information
mschlenstedt authored Mar 6, 2023
1 parent 95eea88 commit b2781a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sbin/loxberryupdate/update_v3.0.0.1.pl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

init();


LOGINF "Creating MQTT Default Config";
execute( command => "$lbhomedir/sbin/mqtt-handler.pl action=updateconfig", log => $log );

Expand All @@ -23,6 +22,8 @@
LoxBerry::System::write_file( $lbsconfigdir . "/is_arch_" . $arch . ".cfg", $arch);
}

LOGOK "Done.";

## If this script needs a reboot, a reboot.required file will be created or appended
# LOGWARN "Update file $0 requests a reboot of LoxBerry. Please reboot your LoxBerry after the installation has finished.";
# reboot_required("LoxBerry Update requests a reboot.");
Expand Down

0 comments on commit b2781a3

Please sign in to comment.