Update unifi-install.sh - fix format

This commit is contained in:
tschettervictor
2024-10-18 12:37:11 -06:00
committed by GitHub
parent 5a7c815a89
commit c36cd25891

View File

@@ -11,7 +11,8 @@ if ! [ $(id -u) = 0 ]; then
fi
# Install Packages
pkg install -y unifi${UNIFI_VERSION}
pkg install -y \
unifi${UNIFI_VERSION}
# Enable and Start Services
sysrc unifi_enable=YES