Switch to c++20, pipedal

Fixes #21
This commit is contained in:
Robin Davies
2022-03-10 12:57:03 -05:00
parent a6ea922761
commit 613f19a69b
+1 -1
View File
@@ -449,7 +449,7 @@ void Install(const std::filesystem::path &programPrefix, const std::string endpo
if (!userExists(SERVICE_ACCOUNT_NAME))
{
if (sysExec(USERADD_BIN " " SERVICE_ACCOUNT_NAME " -g " SERVICE_GROUP_NAME " -M -N -r") != EXIT_SUCCESS)
if (sysExec(USERADD_BIN " " SERVICE_ACCOUNT_NAME " -g " SERVICE_GROUP_NAME " -m -N -r") != EXIT_SUCCESS)
{
// throw PiPedalException("Failed to create service account.");
}