From 9b0cc48ab3c5658b544ba4ac4bfd70e0a8594fd7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Larchev=C3=AAque?= Date: Mon, 23 Sep 2013 14:02:41 -0400 Subject: [PATCH] test media --- bin/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy b/bin/deploy index c86cb4c..5e91f5d 100755 --- a/bin/deploy +++ b/bin/deploy @@ -84,7 +84,7 @@ if [ "$MEDIA_PERMS" != "2775" ]; then echo "KO: les permissions sur $MEDIA_PATH ne sont pas bonnes (attendu 2775)" exit -1 fi -$MEDIA_GRP=`stat -c %G $MEDIA_PATH` +MEDIA_GRP=`stat -c %G $MEDIA_PATH` if [ "$MEDIA_GRP" != "www-data" ]; then echo "KO: le groupe sur $MEDIA_PATH n'est pas bon (attendu www-data)" exit -1 -- 1.7.10.4