This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "quickfw".
The branch, master has been updated
via 53922c5a78859feef3b94595404d00af323c506c (commit)
from 546866fd02d24540ff67ed6ab1a2236ebf71df42 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 53922c5a78859feef3b94595404d00af323c506c
Author: Ivan1986 <iva...@li...>
Date: Wed Mar 31 12:47:48 2010 +0400
Настройка скрипта расширений - папки создавать не нужно
diff --git a/perm.sh b/perm.sh
index 29700b3..a4174e4 100755
--- a/perm.sh
+++ b/perm.sh
@@ -5,11 +5,5 @@ cd `dirname $0`
test -z "$1" && echo "usage prem.sh <rights>" && exit 1
-# нужно если используется git - он не создает папки
-mkdir -p tmp/cache
-mkdir -p log
-
chmod $1 -R tmp
chmod $1 log
-chmod $1 tests/Smarty/cache
-chmod $1 tests/Smarty/templates_c
-----------------------------------------------------------------------
Summary of changes:
perm.sh | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
hooks/post-receive
--
quickfw
|