From 10487312eaf7ac68c88ba35bdc30edc51b36f3ac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 12 Dec 2021 17:36:30 +0100 Subject: Making name argument mandatory in container update command. Signed-off-by: Daniel Baumann --- libexec/container/update | 5 +++++ 1 file changed, 5 insertions(+) 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}" -- cgit v1.2.3