Files
i2p.www/etc/update.vars
2019-06-30 13:26:02 +00:00

11 lines
190 B
Plaintext

MTNURL=127.0.0.1:8998
MTNBRANCH=i2p.www
TOUCHFILE=/tmp/2fcd2f17-c293-4f77-b4c9-9b266ba70daa
TIMEOUT="20m"
if [ $(which timeout) ]; then
MTN="timeout $TIMEOUT mtn"
else
MTN="mtn"
fi