Update unifi-install.sh - typo

This commit is contained in:
tschettervictor
2024-12-05 18:44:10 -07:00
committed by GitHub
parent 271f177ed2
commit 20aa0ffc17

View File

@@ -17,7 +17,7 @@ unifi${UNIFI_VERSION}
# Enable and Start Services # Enable and Start Services
sysrc unifi_enable=YES sysrc unifi_enable=YES
sysrc mondod_enable=yes sysrc mondod_enable=yes
service mondod start service mongod start
service unifi start service unifi start
# Done # Done