squid command seems obsolete

This commit is contained in:
Jérémy Lecour 2021-05-22 09:23:31 +02:00 committed by Jérémy Lecour
parent 72e3729a78
commit 9a9fc7fd44

View file

@ -70,7 +70,7 @@ chain_exists()
source_file_or_error() {
file=$1
echo "...sourcing '${file}\`"
tmpfile=$(mktemp --tmpdir=/tmp minifirewall.XXX)
. ${file} 2>${tmpfile} >&2
if [ -s ${tmpfile} ]; then
@ -511,7 +511,7 @@ case "$1" in
*)
echo "Usage: $0 {start|stop|restart|status|reset|squid}"
echo "Usage: $0 {start|stop|restart|status|reset}"
exit 1
esac