summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlibexec/container/update5
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}"