1
0
Fork 0
mirror of https://github.com/Jonny007-MKD/OTR-DecodeAll synced 2024-10-17 19:50:04 +02:00
OTR-DecodeAll/checkConfig.sh

15 lines
196 B
Bash
Raw Permalink Normal View History

2024-06-19 18:37:27 +02:00
#!/bin/bash
set -e
function addLabel {
if [ -z "$1" -o -z "$2" -o -z "$3" -o -z "$4" ]; then
echo "Not enough arguments to addLabel"
exit 1;
fi
}
source "$1"
funcConfigPre
funcConfigPost