acep-uaf / camio-meter-streams

0 stars 0 forks source link

Remove duplicate parameter <meter_ip> in check_missing #96

Closed nicolemah99 closed 3 months ago

nicolemah99 commented 3 months ago

Remove duplicate parameter <meter_ip> being called in data_pipeline.sh

check_missing.sh

# Check if exact arguments are provided
if [ "$#" -ne 5 ]; then
    echo "Usage: $0 <meter_ip> <output_dir> <meter_id> <meter_type> <meter_ip>" 
    exit 1
fi
nicolemah99 commented 3 months ago

check_missing.sh moved to archived scripts.