fix
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
./check-disk-space.sh
|
||||
./show-status.sh | grep -v "online"
|
||||
dir="$(dirname "$0")"
|
||||
|
||||
$dir/check-disk-space.sh
|
||||
$dir/show-status.sh | grep -v "online"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
BASEPATH=/root/rpc
|
||||
BASEPATH="$(dirname "$0")"
|
||||
source $BASEPATH/.env
|
||||
|
||||
IFS=':' read -ra parts <<< $COMPOSE_FILE
|
||||
|
||||
Reference in New Issue
Block a user