This commit is contained in:
Meliox 2026-06-07 16:11:54 +02:00
parent 4dd56a0bc5
commit cf5daf39e2

View File

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