Mercurial Hosting > hghosting
comparison start.sh @ 27:5f3e2121ce2c default tip
minor shell redirection edit
| author | Violet7 |
|---|---|
| date | Sat, 15 Nov 2025 18:40:42 -0800 |
| parents | a90e510ccc4f |
| children |
comparison
equal
deleted
inserted
replaced
| 26:d3b72a8bfbe9 | 27:5f3e2121ce2c |
|---|---|
| 5 /usr/local/bin/hg serve -d -A ${hgaccesslog} -p 8090 -a 127.0.0.1 -t ${templatesdir} --pid-file ${hgservepid} --encoding utf8 --webdir-conf ${webconfig}; | 5 /usr/local/bin/hg serve -d -A ${hgaccesslog} -p 8090 -a 127.0.0.1 -t ${templatesdir} --pid-file ${hgservepid} --encoding utf8 --webdir-conf ${webconfig}; |
| 6 | 6 |
| 7 sudo /usr/local/bin/nginx -c ${nginxonfig}; | 7 sudo /usr/local/bin/nginx -c ${nginxonfig}; |
| 8 | 8 |
| 9 if [ "$1" == "launchd" ]; then | 9 if [ "$1" == "launchd" ]; then |
| 10 ${ROOTPWD}/luan.sh serve.luan $* &2>${servelog} | 10 ${ROOTPWD}/luan.sh serve.luan $* &>${servelog} |
| 11 else | 11 else |
| 12 ${ROOTPWD}/luan.sh serve.luan $* &2>${servelog}& | 12 ${ROOTPWD}/luan.sh serve.luan $* &>${servelog}& |
| 13 fi; | 13 fi; |
