Skip to content
Snippets Groups Projects
Unverified Commit bb7a6371 authored by Bob Mottram's avatar Bob Mottram
Browse files

Path depth

parent 8f182548
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ function delete_blog {
function change_theme {
THEMES=()
for d in $BLOG_PATH/themes/*/ ; do
THEME_NAME=$(echo "$d" | awk -F '/' '{print $5}')
THEME_NAME=$(echo "$d" | awk -F '/' '{print $6}')
THEMES+=("$THEME_NAME")
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment