#!/bin/sh if [ -e "/var/ipfire/proxy/squid.conf" ]; then echo "Starting squid (if enabled)" /usr/local/bin/restartsquid fi