﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc
199	Better error-checking and stuff in enable-scripts-test	adehnert		"enable-scripts-test had some uncommitted changes in the locker. This work should be finished sometime. It looks like it was improving it to do error reporting and stuff.

{{{
#if [ ""$(id -u)"" != 0 ]; then
#    echo ""You must be root to use enable-scripts-test.""
#    echo ""Try 'firefox-test' if you do not have root access.""
#    exit 77
#fi
#
#if [ -n ""$1"" ]; then
#    server=$(getent hosts ""$1"" | cut -d' ' -f1)
#    if [ -z ""$server"" ]; then
#        exit 68
#    fi
#else
#    server=18.181.0.236
#fi
#
#echo ""Adding iptables rules to redirect scripts traffic to $server"".
#
#if ! iptables -L | grep -q ""^Chain scripts-test""; then
#    iptables -N scripts-test
#
}}}"	enhancement	new	normal		misc			
