Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit 267e53e

Browse files
committed
Spell mongo correctly
1 parent 94c527a commit 267e53e

File tree

1 file changed

+2
-2
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-unifi-controller-config

1 file changed

+2
-2
lines changed

root/etc/s6-overlay/s6-rc.d/init-unifi-controller-config/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ lsiown abc:abc \
9090
/run/unifi \
9191
/var/run/unifi
9292

93-
if ! s6-setuidgid abc touch /run/unifi/monogo.test 2>/dev/null; then
93+
if ! s6-setuidgid abc touch /run/unifi/mongo.test 2>/dev/null; then
9494
if [[ ${S6_VERBOSITY} -ge 2 ]]; then
9595
echo "Write test to /run/unifi failed, symlinking to /config/run."
9696
fi
@@ -105,5 +105,5 @@ else
105105
echo "Write test to /run/unifi succeeded."
106106
fi
107107
chown abc:abc /usr/lib/unifi/run
108-
rm /run/unifi/monogo.test
108+
rm /run/unifi/mongo.test
109109
fi

0 commit comments

Comments
 (0)