mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 04:18:25 +02:00
5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
#!/bin/sh
|
||
|
mkdir -p /tmp/cups
|
||
|
mkdir -p /tmp/spool/cups/tmp
|
||
|
exec /usr/sbin/cupsd
|