diff options
Diffstat (limited to 'libexec')
-rwxr-xr-x | libexec/container/update | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/container/update b/libexec/container/update index 077160c..c5ff6c2 100755 --- a/libexec/container/update +++ b/libexec/container/update @@ -98,6 +98,11 @@ Usage () Parameters "${@}" +if [ -z "${NAME}" ] +then + Usage +fi + Notification () { TYPE="${1}" |