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

Commit f7b5914

Browse files
authored
Merge pull request #13 from linuxserver/linting
implement linting recommendations
2 parents 6913368 + a37909a commit f7b5914

File tree

1 file changed

+3
-2
lines changed
  • root/etc/services.d/unifi

1 file changed

+3
-2
lines changed

root/etc/services.d/unifi/run

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/with-contenv bash
2-
cd /config
3-
exec s6-setuidgid abc java -Xmx1024M -jar /usr/lib/unifi/lib/ace.jar start
2+
cd /config || exit
3+
exec \
4+
s6-setuidgid abc java -Xmx1024M -jar /usr/lib/unifi/lib/ace.jar start
45

0 commit comments

Comments
 (0)