frdmn / minebackup.sh

Bash script to backup Minecraft servers using rdiff-backup
15 stars 5 forks source link

Remove extra space from end of SCREENNAME in is_running check #3

Closed elijahandrews closed 10 years ago

elijahandrews commented 10 years ago

I had to make this change in order to get the script to work for me. Not sure why grep "${SCREENNAME} " was used instead of grep $SCREENNAME, but if there's a good reason feel free to reject this pull request :)

By the way, this is a great script!

frdmn commented 10 years ago

... and thanks! You're right, no need for escaping the ${SCREENNAME} variable :+1: