changeset 2:40833a7cd29f

fix restart
author fffilimonov
date Thu, 12 May 2022 06:09:48 -0500
parents 92a0646e38b6
children e3448053230a
files restart.sh
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/restart.sh	Thu May 12 05:32:53 2022 -0500
+++ b/restart.sh	Thu May 12 06:09:48 2022 -0500
@@ -1,2 +1,6 @@
+#!/bin/bash -e
+
+cd `dirname $0`;
+
 ./stop.sh
 ./start.sh $*