Commit
90de5e0594b9180226b9a13293afe31f18576b3d remove the processing
for this option but forgot to remove it from the getopts command.
Versions of ShellCheck >= 0.4.7 warn on this, so it is worth fixing.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14086
RN: Fix onnode test failure with ShellCheck >= 0.4.7
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
{
local opt
- while getopts "cf:hno:pqvPi?" opt ; do
+ while getopts "cf:hnpqvPi?" opt ; do
case "$opt" in
c) current=true ;;
f) ctdb_nodes_file="$OPTARG" ;;