summaryrefslogtreecommitdiffstats
path: root/tools/Config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Config.cpp')
-rw-r--r--tools/Config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Config.cpp b/tools/Config.cpp
index 9c40939101..4bf297fb60 100644
--- a/tools/Config.cpp
+++ b/tools/Config.cpp
@@ -364,7 +364,7 @@ int Config::main(const std::vector<std::string>& args)
}
else if (args[0] == "update-system-template")
{
- const char command[] = "su lool --shell=/bin/sh -c 'loolwsd-systemplate-setup /opt/lool/systemplate " LO_PATH " >/dev/null 2>&1'";
+ const char command[] = "loolwsd-systemplate-setup /opt/lool/systemplate " LO_PATH " >/dev/null 2>&1";
std::cout << "Running the following command:" << std::endl
<< command << std::endl;