mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
sysutils/git-backup: switch to passwordarea, closes #3070
This commit is contained in:
parent
e2611c0b9f
commit
4546aeb47d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PLUGIN_NAME= git-backup
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_REVISION= 3
|
||||
PLUGIN_COMMENT= Track config changes using git
|
||||
PLUGIN_DEPENDS= git
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ class Git extends Base implements IBackupProvider
|
|||
],
|
||||
[
|
||||
"name" => "privkey",
|
||||
"type" => "textarea",
|
||||
"type" => "passwordarea",
|
||||
"label" => gettext("SSH private key"),
|
||||
"help" => gettext("When provided, ssh based authentication will be used."),
|
||||
"value" => null
|
||||
|
|
|
|||
Loading…
Reference in a new issue