#!/bin/sh CONFFILE="$1" echo ------------------[EASY VD 1.1 by Digital Ebola]---------------------- echo echo Enter virtual host read VHOST echo "" >> "$1" echo echo Enter Server Admin read SADMIN echo "ServerAdmin "$SADMIN"" >> "$1" echo echo Enter Document Root Path read DOCROOT echo "DocumentRoot "$DOCROOT"" >> "$1" echo echo Enter the Servername read SNAME echo "ServerName "$SNAME"" >> "$1" echo echo Enter the Error Log Path read ERRLOG echo "ErrorLog "$ERRLOG"" >> "$1" echo echo Enter the Transfer Log Path read TLOG echo "TransferLog "$TLOG"" >> "$1" echo "" >> "$1" echo echo echo --------------------------------------------------------------------------- echo Virtual Domain added to "$1". Thanks for using EASY VD 1.1 by Digital Ebola echo ---------------------------------------------------------------------------