read -p "Please enter the end IP of the range (if a single IP, just enter that again): " END_IP
echo
echo "The new line will be:"
-echo -e "$NEW_SHORTNAME\t $START_IP $END_IP"
+echo -e "$NEW_SHORTNAME\t$START_IP\t$END_IP"
echo
read -p "Is this correct? (y/n) " ANSWER
if [ "$ANSWER" = "y" ]; then
}
EditCopy () {
-echo "Backing up the original file..."
-cp $LIB_IPS_TXT $LIB_IPS_TXT.`date +%Y%m%d%H%M%S`
$EDITOR $LIB_IPS_TXT
read -p "Would you like to copy the file to the other brick heads? (y/n) " COPYFILE
if [ "$COPYFILE" = "y" ]; then