Browse Source

Path depth

Bob Mottram 8 years ago
parent
commit
bb7a637151
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-mesh-blog

+ 1
- 1
src/freedombone-mesh-blog View File

@@ -144,7 +144,7 @@ function delete_blog {
144 144
 function change_theme {
145 145
     THEMES=()
146 146
     for d in $BLOG_PATH/themes/*/ ; do
147
-        THEME_NAME=$(echo "$d" | awk -F '/' '{print $5}')
147
+        THEME_NAME=$(echo "$d" | awk -F '/' '{print $6}')
148 148
         THEMES+=("$THEME_NAME")
149 149
     done
150 150