Mercurial Hosting > luan
view backup/start.sh @ 1930:2b5eccebddd9
increase read timeout for sse
| author | fffilimonov |
|---|---|
| date | Fri, 02 May 2025 14:20:56 +0300 |
| parents | 45eaaf5146f3 |
| children | fa8304b060d9 |
line wrap: on
line source
#!/bin/bash -e ROOTPWD=$(pwd); logsdir=${ROOTPWD}"/logs"; servelog=${logsdir}"/server.log"; if [ "$1" == "launchd" ]; then ${ROOTPWD}/luan.sh server.luan $* &2>${servelog} else ${ROOTPWD}/luan.sh server.luan $* &2>${servelog}& fi;
