openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 8658587339b3830fd8784ea02758fd14130e4c39
parent 20196504c14effb87e83e2e9077cc553dbc4139a
Author: dankert <dankert@braunbaer-laptop>
Date:   Wed, 11 Nov 2009 09:31:55 +0100

Neues Skript, um das Theme-Verzeichnis fuer alle User beschreibbar zu machen.

Diffstat:
doc/examples/maintenance/make-theme-writeable.sh | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/doc/examples/maintenance/make-theme-writeable.sh b/doc/examples/maintenance/make-theme-writeable.sh @@ -0,0 +1,6 @@ +#!/bin/bash +if [ ! -d themes/default/pages ]; then + echo "not an openrat directory. please execute this script in openrat program directory" + exit 4 +fi +find themes/default/pages |xargs chmod -v a+w+ \ No newline at end of file