Various Ubuntu changes.

This commit is contained in:
Robin Davies
2021-09-08 13:15:49 -04:00
parent eb0dc52322
commit 210e496ffd
12 changed files with 130 additions and 105 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ static void requestShutdown(bool restart)
}
s << " now";
if (SysExec(s.str().c_str()) != EXIT_SUCCESS)
if (sysExec(s.str().c_str()) != EXIT_SUCCESS)
{
Lv2Log::error("shutdown failed.");
if (restart) {