mirror of https://github.com/CISOfy/lynis.git
Add --plugindir as alias to --plugin-dir
This commit is contained in:
parent
28bc866686
commit
13f1373944
|
@ -211,7 +211,7 @@
|
|||
;;
|
||||
|
||||
# Define a custom plugin directory
|
||||
--plugin-dir | --plugins-dir)
|
||||
--plugindir | --plugin-dir | --plugins-dir)
|
||||
shift
|
||||
PLUGINDIR=$1
|
||||
LASTCHAR=`echo $1 | awk '{ print substr($0, length($0))}'`
|
||||
|
|
Loading…
Reference in New Issue