- Add docker_restart & docker_sbs scripts.

This commit is contained in:
2026-02-28 07:12:51 +01:00
parent 76d58b74a2
commit 3b9b07fdf3
4 changed files with 47 additions and 2 deletions

17
sbin/docker_restart Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
#-------------------------------------------------------------------------------
set -o errexit
APPL_HOME_DIR="$(dirname "$(dirname "$0")")"
#-------------------------------------------------------------------------------
cd ${APPL_HOME_DIR}
sbin/docker_stop
sbin/docker_start