summaryrefslogtreecommitdiffstats
path: root/update_dkb.sh
blob: e5305dcfdb386035ffa9c932f9b26c2559913d63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash

# Source the common utils and the environment variable loader
source load_common_and_env.sh

# (Attempt to) take variable we need
USERNAME=${FINTS_USER}
PASSWORD=${FINTS_PASS}
URL=${FINTS_URL}

# Curl command
curl -s -u "$USERNAME:$PASSWORD" "$URL"

# Print nem line
echo