From a80510875d1b44c83ac6104629460019db57aca9 Mon Sep 17 00:00:00 2001 From: erkin Date: Sun, 20 Jun 2021 15:55:58 +0300 Subject: Escape the slash character to dodge GCC preprocessor --- op-mode-definitions/generate-public-key-command.xml.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/op-mode-definitions/generate-public-key-command.xml.in b/op-mode-definitions/generate-public-key-command.xml.in index 5815e5cf9..7920acffd 100644 --- a/op-mode-definitions/generate-public-key-command.xml.in +++ b/op-mode-definitions/generate-public-key-command.xml.in @@ -19,7 +19,8 @@ Local path or remote URL of OpenSSH public key - <http[s]://[<username>:<password>@]<hostname>/<path-to-file>> <ftp://[<username>[:<password>]@]<hostname>/<path-to-file>> <tftp://<hostname>/<path-to-file>> <sftp://[<username>[:<password>]@]<hostname>/<path-to-file>> <scp://[<username>[:<password>]@]<hostname>/<path-to-file>> <[file://]/<path-to-file>> + + <http[s]://[<username>:<password>@]<hostname>/<path-to-file>> <ftp://[<username>[:<password>]@]<hostname>/<path-to-file>> <tftp://<hostname>/<path-to-file>> <sftp://[<username>[:<password>]@]<hostname>/<path-to-file>> <scp://[<username>[:<password>]@]<hostname>/<path-to-file>> <[file://]/<path-to-file>> ${vyos_op_scripts_dir}/generate_public_key_command.py "$4" "$6" -- cgit v1.2.3