Mercurial Hosting > hghosting
comparison common.sh @ 0:dfc36e7ed22c
init
| author | Vadim Filimonov <fffilimonov@yandex.ru> |
|---|---|
| date | Thu, 12 May 2022 13:51:59 +0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:dfc36e7ed22c |
|---|---|
| 1 #!/bin/bash -e | |
| 2 | |
| 3 ROOTPWD=$(pwd); | |
| 4 hgservepid=${ROOTPWD}"/hgserver.pid"; | |
| 5 logsdir=${ROOTPWD}"/logs"; | |
| 6 templatesdir=${ROOTPWD}"/templates"; | |
| 7 hgaccesslog=${logsdir}"/hg_access.log"; | |
| 8 servelog=${logsdir}"/serve.log"; | |
| 9 nginxonfig=${ROOTPWD}"/nginx.conf"; | |
| 10 confdir=${ROOTPWD}"/config"; | |
| 11 webconfig=${confdir}"/web.config"; | |
| 12 backuphome=${ROOTPWD}"/backup"; |
