unpoller_unpoller/integrations/promunifi/script/server

10 lines
148 B
Bash

#!/bin/bash
set -e
# Load the environment variables needed for testing
export $(cat .env | grep -v ^# | xargs)
go clean
go build -o unifi
./unifi