ehough / docker-nfs-server

A lightweight, robust, flexible, and containerized NFS server.
https://hub.docker.com/r/erichough/nfs-server/
GNU General Public License v3.0
669 stars 221 forks source link

Uppercase #36

Closed jz3xyz closed 4 years ago

jz3xyz commented 4 years ago

https://github.com/ehough/docker-nfs-server/blob/aad744635c960d384f88664d813ef0d68d91510c/entrypoint.sh#L82

This already exists in bash as ${variable^^}

ehough commented 4 years ago

Genius! I never liked my toupper() hack. Thanks for sharing this great tip. Will commit the change shortly..