This commit is contained in:
Sebastian
2024-03-19 07:02:20 +01:00
parent 16a03cd9ea
commit 90995f8e6c
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
./check-disk-space.sh dir="$(dirname "$0")"
./show-status.sh | grep -v "online"
$dir/check-disk-space.sh
$dir/show-status.sh | grep -v "online"

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
BASEPATH=/root/rpc BASEPATH="$(dirname "$0")"
source $BASEPATH/.env source $BASEPATH/.env
IFS=':' read -ra parts <<< $COMPOSE_FILE IFS=':' read -ra parts <<< $COMPOSE_FILE