From b2781a379a228b7d39fa7f900e33a1c80b594bb5 Mon Sep 17 00:00:00 2001 From: mschlenstedt Date: Mon, 6 Mar 2023 23:17:14 +0100 Subject: [PATCH] OK Message --- sbin/loxberryupdate/update_v3.0.0.1.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/loxberryupdate/update_v3.0.0.1.pl b/sbin/loxberryupdate/update_v3.0.0.1.pl index 9f2867bc..ab668fad 100755 --- a/sbin/loxberryupdate/update_v3.0.0.1.pl +++ b/sbin/loxberryupdate/update_v3.0.0.1.pl @@ -12,7 +12,6 @@ init(); - LOGINF "Creating MQTT Default Config"; execute( command => "$lbhomedir/sbin/mqtt-handler.pl action=updateconfig", log => $log ); @@ -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.");