Mercurial Hosting > hghosting
diff start.sh @ 19:a90e510ccc4f
fix restart/move logs
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Mon, 05 Aug 2024 11:29:06 +0300 |
parents | dfc36e7ed22c |
children |
line wrap: on
line diff
--- 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;