ahhh, I was looking at the wrong thing.
"read" waits for you to type something.
while read servername
If you start the program and then type "domain.com", it will assign domain.com to the variable "servername" and check if /var/log/apache/domain.com is an ordinary file.
|