From d883dfeaae39a853962536ddd78c01d992d1f98c Mon Sep 17 00:00:00 2001 From: Steve Jenkins Date: Sat, 10 Dec 2016 10:26:10 -0700 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2f3734c..2528a3e 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ # unifi-linux-utils -A collection of helpful Linux / Unix scripts and utilities for admins of Ubiquiti (UBNT) UniFi products +A collection of helpful Linux / Unix scripts and utilities for admins of Ubiquiti (UBNT) UniFi products. ## uap-reboot.sh -Remotely reboots a Ubiquiti (UBNT) UniFi access point +Remotely reboots a Ubiquiti (UBNT) UniFi access point. ## unifi_ssl_import.sh -Imports SSL certificates (including Let's Encrypt) for the Ubiquiti (UBNT) UniFi Controller on Linux / Unix Systems +Imports SSL certificates (including Let's Encrypt) for the Ubiquiti (UBNT) UniFi Controller on Linux / Unix Systems. ## upgrade_unifi_controller.sh -Automates upgrade of Ubiquiti (UBNT) UniFi Controller software on Linux / Unix Systems +Automates upgrade of Ubiquiti (UBNT) UniFi Controller software on Linux / Unix Systems. ## UniFi Controller Startup Scripts ### /startup-scripts/UniFi.service -A systemd service file which can be used to run a Ubiquiti (UBNT) UniFi controller Ubiquiti on Linux systems +A systemd service file which can be used to run a Ubiquiti (UBNT) UniFi controller Ubiquiti on Linux systems. ### /startup-scripts/UniFi -A SysV service file which can be used to run a Ubiquiti (UBNT) UniFi controller Ubiquiti on Linux systems +A SysV service file which can be used to run a Ubiquiti (UBNT) UniFi controller Ubiquiti on Linux systems. ### /startup-scripts/docker-unifi.service -A systemd service file which can be used to run a Ubiquiti (UBNT) UniFi controller in a Docker container on Linux systems (contributed by @rogierlommers) +A systemd service file which can be used to run a Ubiquiti (UBNT) UniFi controller in a Docker container on Linux systems (contributed by @rogierlommers). See https://hub.docker.com/r/goofball222/unifi/ for more UniFi + Docker info. #Other UniFi Linux Projects I Like ###UniFi-API - https://github.com/calmh/unifi-api### -An API for communicating with Linux-based UniFi controllers, with a few helpful utilities that rely on the API +An API for communicating with Linux-based UniFi controllers, with a few helpful utilities that rely on the API.