mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
test3: Fix usage check for test_sharesec.sh
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
46565a049e
commit
be0a5ab852
@ -9,7 +9,7 @@
|
||||
#
|
||||
# Copyright (C) 2015, 2019 Christof Schmitt
|
||||
|
||||
if [ $# -lt 3 ]; then
|
||||
if [ $# -lt 4 ]; then
|
||||
echo Usage: test_sharesec.sh SERVERCONFFILE SHARESEC NET SHARE
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user