test/lib/test

8 lines
145 B
Bash
Executable File

#!/bin/bash -x
. /federated/lib/functions.sh
[[ $(type get_appvars 2> /dev/null) ]] && get_appvars || echo "NO"
echo "Admin pass: $ADMINPASS"