fixed if then syntax

This commit is contained in:
root
2018-09-19 20:33:06 -05:00
parent 018d9232d4
commit 15b0345380

View File

@@ -11,7 +11,9 @@ mkdir -p /config/ppd
mkdir -p /services
rm -rf /etc/cups/ppd
ln -s /config/ppd /etc/cups
if [ ls /services/*.service ]; then
cp -f /services/*.service /etc/avahi/services/
fi
if [ ! -f /config/printers.conf ]; then
touch /config/printers.conf
fi