if [[ "$(installed_version shorewall)" =~ 3.* ]]; then
message "${ERROR_COLLOR}There is a high potential for breakage in this upgrade" &&
message "It will NOT be installed unattendedly. It is the spell author's" &&
message "reccomendation that you take a few hours to go through this upgrade.${DEFAULT_COLOR}" &&
unset SHOREWALL_GOT_TIME &&
config_query SHOREWALL_GOT_TIME "Do you have a few hours?" n
fi &&

if [[ "$SHOREWALL_GOT_TIME" == "n" ]]; then
  return 1
fi

