Wasn't actually referencing the variable
This commit is contained in:
parent
296a157173
commit
a4cdea25ca
@ -5,6 +5,6 @@ do
|
||||
CONTAINER_NAME=$(docker ps -aq --filter "id=$CONTAINER_ID" --format '{{.Names}}') # get the container's name
|
||||
CONTAINER_MOUNTS=$(docker inspect --format '{{range .Mounts}}{{println .Source}}{{end}}' $CONTAINER_ID) # print the container's volume mounts
|
||||
echo "======== CHECKING $CONTAINER_NAME ========"
|
||||
echo "CONTAINER_MOUNTS" | grep /mnt/nas
|
||||
echo "$CONTAINER_MOUNTS" | grep /mnt/nas
|
||||
echo $?
|
||||
done
|
Loading…
Reference in New Issue
Block a user