Mercurial Hosting > hghosting
changeset 19:a90e510ccc4f
fix restart/move logs
| author | Vadim Filimonov <fffilimonov@yandex.ru> | 
|---|---|
| date | Mon, 05 Aug 2024 11:29:06 +0300 | 
| parents | 64eee582fec1 | 
| children | 8b4481769cc6 | 
| files | moveLogs.sh restart.sh start.sh | 
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] | 
line wrap: on
 line diff
diff -r 64eee582fec1 -r a90e510ccc4f restart.sh --- a/restart.sh Wed Jun 19 11:45:10 2024 +0300 +++ b/restart.sh Mon Aug 05 11:29:06 2024 +0300 @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash cd `dirname $0`;
diff -r 64eee582fec1 -r a90e510ccc4f start.sh --- a/start.sh Wed Jun 19 11:45:10 2024 +0300 +++ b/start.sh Mon Aug 05 11:29:06 2024 +0300 @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash . common.sh; @@ -10,4 +10,4 @@ ${ROOTPWD}/luan.sh serve.luan $* &2>${servelog} else ${ROOTPWD}/luan.sh serve.luan $* &2>${servelog}& -fi; \ No newline at end of file +fi;
