mirror of
https://github.com/nikdoof/cups-avahi-airprint.git
synced 2025-12-11 22:52:21 +00:00
fixed if then syntax
This commit is contained in:
@@ -11,7 +11,9 @@ mkdir -p /config/ppd
|
|||||||
mkdir -p /services
|
mkdir -p /services
|
||||||
rm -rf /etc/cups/ppd
|
rm -rf /etc/cups/ppd
|
||||||
ln -s /config/ppd /etc/cups
|
ln -s /config/ppd /etc/cups
|
||||||
cp -f /services/*.service /etc/avahi/services/
|
if [ ls /services/*.service ]; then
|
||||||
|
cp -f /services/*.service /etc/avahi/services/
|
||||||
|
fi
|
||||||
if [ ! -f /config/printers.conf ]; then
|
if [ ! -f /config/printers.conf ]; then
|
||||||
touch /config/printers.conf
|
touch /config/printers.conf
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user