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