Updated docker-init with a new directory to be created.

- Legacy-Id: 14320
This commit is contained in:
Henrik Levkowetz 2017-11-07 22:02:50 +00:00
parent 4f8f9d5c3f
commit d6c1c969ce

View file

@ -109,7 +109,7 @@ if [ ! -f $VIRTDIR/lib/site-python/settings_local.py ]; then
cp /usr/local/share/datatracker/settings_local.py $VIRTDIR/lib/site-python/
fi
for sub in test/id/ test/staging/ test/archive/ test/rfc test/media; do
for sub in test/id/ test/staging/ test/archive/ test/rfc test/media test/wiki/ietf; do
dir="/home/$USER/$CWD/$sub"
if [ ! -d "$dir" ]; then
echo "Creating dir $dir"