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

@ -1,5 +1,5 @@
#!/usr/bin/env bash
pushd ${GENEWEBDB}
gwsetup -p ${SETUP_PORT} -gd ${GENEWEBSHARE} -lang ${LANGUAGE} -only /setup_ips.txt -log ${SETUP_LOGFILE} &
gwsetup -p${SETUP_PORT} -gd${GENEWEBSHARE} -lang${LANGUAGE} -log${SETUP_LOGFILE} -only/setup_ips.txt
popd