Debug return values
This commit is contained in:
parent
79f468ae1a
commit
2dbf90a5ab
@ -6,9 +6,6 @@ do
|
||||
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
|
||||
if [ $? ]; then
|
||||
echo "NAS DEPENDENT"
|
||||
else
|
||||
echo "NOT NAS DEPENDENT"
|
||||
fi
|
||||
MATCH=$?
|
||||
echo $MATCH
|
||||
done
|
Loading…
Reference in New Issue
Block a user