mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-01 06:13:10 +01:00
[cups] Update to 2.2.0
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
#!/bin/sh
|
||||
exec nginx -g "daemon off;"
|
||||
|
||||
ulimit -n 1048576
|
||||
|
||||
nginx -g "daemon off;" 2>&1 | mawk -W interactive '{printf "%c[35m[nginx]%c[0m %s\n", 27, 27, $0}'
|
||||
Reference in New Issue
Block a user