fix: Re-added peeringdb back into daily.sh (#7884)

This commit is contained in:
Neil Lathwood
2017-12-09 17:19:56 +00:00
committed by GitHub
parent ab2aacec0f
commit 2c919a48ff
2 changed files with 5 additions and 1 deletions

View File

@@ -226,6 +226,10 @@ main () {
local options=("notifications");
call_daily_php "${options[@]}";
;;
peeringdb)
local options=("peeringdb");
call_daily_php "${options[@]}";
;;
esac
fi
}