From 6ea8ebdc811498e07418673d1fd3f4c16373aee0 Mon Sep 17 00:00:00 2001
From: opensides
Date: Thu, 11 Jun 2009 08:54:56 +0000
Subject: [PATCH] - Corrected chown command in setup
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13711 594d385d-05f5-0310-b6e9-bd551577e9d8
---
gosa-core/setup/setup_finish.tpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gosa-core/setup/setup_finish.tpl b/gosa-core/setup/setup_finish.tpl
index 87b6732d3..5b4c80ecd 100644
--- a/gosa-core/setup/setup_finish.tpl
+++ b/gosa-core/setup/setup_finish.tpl
@@ -6,7 +6,7 @@
{$msg2}
- chown root.{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE}
+ chown root:{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE}
chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
--
2.30.2