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

Commit 187e6c5

Browse files
committed
Change test path due to WORKDIR
1 parent 50ec976 commit 187e6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/etc/cont-init.d/15-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/with-contenv bash
22

3-
if [[ ! -d /usr/lib/unifi ]]; then
3+
if [[ ! -d /usr/lib/unifi/bin ]]; then
44
dpkg -i /app/unifi.deb
55
fi

0 commit comments

Comments
 (0)