Skip to content
Snippets Groups Projects
Verified Commit 6f494254 authored by David Beniamine's avatar David Beniamine
Browse files

Handle env file in collection_status

parent 5f4fef7b
Branches
No related tags found
No related merge requests found
#!/bin/bash
DIR=$(realpath $(dirname $0))
if [ ! -z "$1" ]; then
conf_file=$1
shift
fi
source $DIR/inc.sh
collection_state
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment