view 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 source

#!/bin/bash -e

cd `dirname $0`;

./stop.sh
./moveLogs.sh
./start.sh $*