#!/bin/sh if ! [ -e settings ]; then OUTFILE="settings"; else OUTFILE="settings.new"; fi cat >> $OUTFILE << EOF # IFACE=, # IFACE=routing2,routovani EOF echo echo "Please check the settings file and adapt it to satisfy your needs." echo "you have to configure some destination interfaces."