From: opensides
Date: Thu, 11 Jun 2009 08:54:56 +0000 (+0000)
Subject: - Corrected chown command in setup
X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6ea8ebdc811498e07418673d1fd3f4c16373aee0;p=gosa.git
- Corrected chown command in setup
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13711 594d385d-05f5-0310-b6e9-bd551577e9d8
---
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}