#!/bin/sh

MRTG="/usr/bin/mrtg"

CFGDIR="/var/www/mrtg/config"

for cfg in $CFGDIR/*.cfg;
do
	LANG=C $MRTG "$cfg" &
done

/opt/sbin/getCryptocurrencies.sh