Update tail_log_irc script from production

Removed a "fix the script" message.
This commit is contained in:
Ignacio R. Morelle 2014-02-08 07:56:57 -03:00
parent ffc43a10e4
commit 639e78c4c1

View file

@ -28,7 +28,7 @@ do
-o|--old)
OLD=OLD:; FILE=old.log; shift ;;
--) shift; break ;;
*) echo "Unhandled option '$1'! Fix the script!"; shift ;;
*) echo "Unhandled option '$1'!"; shift ;;
esac
done