the fix for startup message in util (#170)

Co-authored-by: Meliox <na>
This commit is contained in:
Meliox 2026-06-07 16:13:03 +02:00 committed by GitHub
parent 29236db149
commit afe7e8643c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,7 +186,7 @@ sub check_executable {
return 1;
}
sub pve_mod_hello {
sub startup_message {
debug(__LINE__, "PVE Mod is being started. Version $VERSION");
}