install/uninstall/update/restart scripts
This commit is contained in:
8
restart.sh
Executable file
8
restart.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eux
|
||||
|
||||
cd ${JOEACNET_DIR:-/lib/joeac.net}
|
||||
podman-compose build
|
||||
podman-compose down
|
||||
podman-compose up -d
|
||||
Reference in New Issue
Block a user