update
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ echo "" > /tmp/summary
|
||||
echo "<section id='main'>" >> content.textile
|
||||
for i in ../content/*; do
|
||||
# if folder if not sys if not modele
|
||||
if [ -d "$i" ]; then # && [ "$i" != "../model" ]; then
|
||||
if [ -d "$i" ] && [ "$i" != "../model" ]; then
|
||||
# if readme exists
|
||||
if [ -f "$i/readme.textile" ]; then
|
||||
# user name
|
||||
|
||||
Reference in New Issue
Block a user