diff restart.sh @ 18:64eee582fec1 default tip

add move logs while restart
author Vadim Filimonov <fffilimonov@yandex.ru>
date Wed, 19 Jun 2024 11:45:10 +0300
parents 40833a7cd29f
children
line wrap: on
line diff
--- a/restart.sh	Mon Oct 02 12:23:02 2023 +0300
+++ b/restart.sh	Wed Jun 19 11:45:10 2024 +0300
@@ -3,4 +3,5 @@
 cd `dirname $0`;
 
 ./stop.sh
+./moveLogs.sh
 ./start.sh $*