[med-svn] r2654 - trunk/community/infrastructure/scripts
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Tue Nov 11 14:05:29 UTC 2008
Author: hanska-guest
Date: 2008-11-11 14:05:28 +0000 (Tue, 11 Nov 2008)
New Revision: 2654
Modified:
trunk/community/infrastructure/scripts/update-website
Log:
Ensure the group has write permissions..
Modified: trunk/community/infrastructure/scripts/update-website
===================================================================
--- trunk/community/infrastructure/scripts/update-website 2008-11-11 13:41:05 UTC (rev 2653)
+++ trunk/community/infrastructure/scripts/update-website 2008-11-11 14:05:28 UTC (rev 2654)
@@ -35,3 +35,6 @@
do
msgfmt $lang/LC_MESSAGES/messages.po && mv messages.mo $lang/LC_MESSAGES/
done
+
+# ensure the Group has write permissions...
+chmod g+w $BASE/htdocs/
More information about the debian-med-commit
mailing list