global settings
This commit is contained in:
parent
572182a333
commit
0815a65566
19
dabo/dabo-prep.sh
Normal file
19
dabo/dabo-prep.sh
Normal file
@ -0,0 +1,19 @@
|
||||
# functions
|
||||
BASEPATH=/dabo/htdocs
|
||||
for bashfunc in $(find ${BASEPATH}/../functions -type f -name "*.sh")
|
||||
do
|
||||
. "$bashfunc"
|
||||
done
|
||||
. /etc/bash/gaboshlib.include
|
||||
|
||||
# vars
|
||||
export LANGUAGE="en_US"
|
||||
g_tries=13
|
||||
g_tries_delay=23
|
||||
g_wget_opts="--timeout 10 --tries=2 --user-agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'"
|
||||
|
||||
# prepare directories
|
||||
mkdir -p ${BASEPATH}/botdata/asset-histories
|
||||
mkdir -p ${BASEPATH}/botdata/trade-histories
|
||||
cd ${BASEPATH}/botdata
|
||||
|
Loading…
Reference in New Issue
Block a user