declare msg function readonly

This commit is contained in:
Sam Gleske
2018-09-09 13:25:07 -07:00
parent 63531bfbb3
commit 29c7d4f8c7

View File

@@ -17,7 +17,7 @@ export EMBY_DOCKER_HOME="${PWD}"
function msg() {
echo "${@}" >&2
}
}; declare -rf msg
function die() {
msg "${@}"