We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd18823 + 7bc1670 commit 3ef5726Copy full SHA for 3ef5726
mediawiki/config/run.sh
@@ -146,6 +146,13 @@ service ssh start
146
147
cd $MW_HOME
148
149
+########## Create Temp Dir #########
150
+if [ ! -d "$MW_HOME/images/temp" ]; then
151
+ echo " temp dir not existing, create it"
152
+ mkdir "$MW_HOME/images/temp"
153
+ chown www-data:www-data "$MW_HOME/images/temp"
154
+fi
155
+
156
########## Create LocalSettings ##########
157
158
# If LocalSettings was not mounted: File does not exist (first run) or is a symlink (after first run)
0 commit comments