3 lines
72 B
Text
3 lines
72 B
Text
if [ -f /etc/rc.d/init.d/cups ]; then
|
|
/etc/rc.d/init.d/cups restart
|
|
fi
|