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

Commit a93cc05

Browse files
authored
Exclude /usr/lib/unifi/run from docker volume
1 parent 21a3e69 commit a93cc05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

root/etc/cont-init.d/20-config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
# create our folders
44
mkdir -p \
5-
/config/{data,logs,run}
5+
/config/{data,logs}
66

77

88
# create symlinks for config
99
symlinks=( \
1010
/usr/lib/unifi/data \
11-
/usr/lib/unifi/logs \
12-
/usr/lib/unifi/run )
11+
/usr/lib/unifi/logs )
1312

1413
for i in "${symlinks[@]}"
1514
do

0 commit comments

Comments
 (0)