Updated docker-init with a new directory to be created.
- Legacy-Id: 14320
This commit is contained in:
parent
4f8f9d5c3f
commit
d6c1c969ce
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue