Fixed some typos

This commit is contained in:
Florian Schüller
2016-11-06 12:13:28 +01:00
parent 08544eae6b
commit a094001069
4 changed files with 11 additions and 6 deletions

View File

@ -3,7 +3,7 @@
# no database found - we need the setup
if [ $(ls ${GENEWEBDB}/*.gwb 2>/dev/null|wc -l) -eq 0 ]; then
/start_setup.sh
/start_setup.sh &
fi
/usr/bin/gwd -lang ${LANGUAGE} -hd ${GENEWEBSHARE} -dd ${GENEWEBDOC} -bd ${GENEWEBDB} -p ${PORT}
/usr/bin/gwd -lang${LANGUAGE} -hd${GENEWEBSHARE} -dd${GENEWEBDOC} -bd${GENEWEBDB} -p${PORT}