comparison restart.sh @ 2:40833a7cd29f

fix restart
author fffilimonov
date Thu, 12 May 2022 06:09:48 -0500
parents dfc36e7ed22c
children
comparison
equal deleted inserted replaced
1:92a0646e38b6 2:40833a7cd29f
1 #!/bin/bash -e
2
3 cd `dirname $0`;
4
1 ./stop.sh 5 ./stop.sh
2 ./start.sh $* 6 ./start.sh $*