I am attempting to use sed to delete a line, read from user input, from a file whose name is stored in a variable. Right now all sed does is print
sed
Please try this :
sed -i "${DELETELINE}d" $FILE