This commit is contained in:
Florian Schüller
2016-12-22 15:45:26 +01:00
parent c6a8fd3f81
commit ac4b894f2c
2 changed files with 19 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/usr/bin/env bash
pushd ${GENEWEBDB}
if [ -n "${HOST_IP}" ]; then
echo "${HOST_IP}" > /setup_ips.txt
fi
gwsetup -p${SETUP_PORT} -gd${GENEWEBSHARE} -lang${LANGUAGE} -log${SETUP_LOGFILE} -only/setup_ips.txt
popd