Skip to content
Snippets Groups Projects
Commit 3bd6df2f authored by David Schmitz's avatar David Schmitz
Browse files

testing: update inst/testing/nemo1/

parent 9a9af56d
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,11 @@ if [ ! -f /services/etc/nemo/nemo.conf -o ../nemo.conf.vsmd -nt /services/etc/ne
cp -vf ../nemo.conf.vsmd /services/etc/nemo/nemo.conf
fi
if [ ! -f /services/data/vsmd/vsmd.sqlite ]; then
mkdir -p /services/data/vsmd/
touch /services/data/vsmd/vsmd.sqlite
fi
echo TODO: configure /services/etc/nemo/nemo.conf
echo use ./bin/adm.py OR ./bin/nemo-vsmd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment