adjustings after fork
This commit is contained in:
2
scripts/README-SETUP.txt
Normal file
2
scripts/README-SETUP.txt
Normal file
@ -0,0 +1,2 @@
|
||||
cd /genewebData
|
||||
/opt/geneweb/gw/ged2gwb -f /mnt/nober.ged -o nober > comm.log
|
@ -1,9 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
# no database found - we need the setup
|
||||
if [ $(ls ${GENEWEBDB}/*.gwb 2>/dev/null|wc -l) -eq 0 ]; then
|
||||
/start_setup.sh &
|
||||
fi
|
||||
|
||||
/usr/bin/gwd -lang${LANGUAGE} -hd${GENEWEBSHARE} -dd${GENEWEBDOC} -bd${GENEWEBDB} -p${PORT}
|
||||
/opt/geneweb/gw/gwd -lang${LANGUAGE} -hd${GENEWEBSHARE} -bd${GENEWEBDB} -p${PORT}
|
||||
|
@ -1,8 +0,0 @@
|
||||
#!/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
|
Reference in New Issue
Block a user