File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ USER_DIRECTORY=(\
44 "conf" \
55 "data/attic" \
66 "data/index" \
7- "data/media" \
87 "data/media_attic" \
98 "data/media_meta" \
9+ "data/media" \
1010 "data/meta" \
1111 "data/pages" \
12- "lib/plugins" \
13- "lib/tpl" \
12+ "lib/images/interwiki" \
1413 "lib/images/smileys/local" \
15- "lib/images/interwiki"
14+ "lib/plugins" \
15+ "lib/tpl"
1616 )
1717
1818CORE_DIR=(\
@@ -25,12 +25,8 @@ if [[ ! -d /config/dokuwiki/data ]]; then
2525 mkdir -p /config/dokuwiki/data
2626fi
2727
28- if [[ ! -d /config/dokuwiki/lib/ ]]; then
29- mkdir -p /config/dokuwiki/lib/
30- fi
31-
32- if [[ ! -d /config/dokuwiki/lib/images/ ]]; then
33- mkdir -p /config/dokuwiki/lib/images/
28+ if [[ ! -d /config/dokuwiki/lib/images/smileys ]]; then
29+ mkdir -p /config/dokuwiki/lib/images/smileys
3430fi
3531
3632## Move user folders to persistent storage
You can’t perform that action at this time.
0 commit comments