diff options
Diffstat (limited to 'scripts/sub-restart.sh')
| -rwxr-xr-x | scripts/sub-restart.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/sub-restart.sh b/scripts/sub-restart.sh new file mode 100755 index 0000000..661e7cd --- /dev/null +++ b/scripts/sub-restart.sh @@ -0,0 +1,4 @@ +#!/bin/sh -x + +./sub-stop.sh +./sub-start.sh |
