Skip to content

Commit d6c1c96

Browse files
committed
Updated docker-init with a new directory to be created.
- Legacy-Id: 14320
1 parent 4f8f9d5 commit d6c1c96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/docker-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if [ ! -f $VIRTDIR/lib/site-python/settings_local.py ]; then
109109
cp /usr/local/share/datatracker/settings_local.py $VIRTDIR/lib/site-python/
110110
fi
111111

112-
for sub in test/id/ test/staging/ test/archive/ test/rfc test/media; do
112+
for sub in test/id/ test/staging/ test/archive/ test/rfc test/media test/wiki/ietf; do
113113
dir="/home/$USER/$CWD/$sub"
114114
if [ ! -d "$dir" ]; then
115115
echo "Creating dir $dir"

0 commit comments

Comments
 (0)