From 617ac6358ccc1ff9ea436966ba38d9d94dd13bc9 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sat, 24 Aug 2024 12:10:43 +0200 Subject: [PATCH] fix: fixed unquoted string in config file --- client/conf/amanda-client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/conf/amanda-client.conf b/client/conf/amanda-client.conf index c0922c3..29534e0 100644 --- a/client/conf/amanda-client.conf +++ b/client/conf/amanda-client.conf @@ -2,4 +2,4 @@ ssl-dir "/usr/local/etc/amanda/ssl" ssl-check-certificate-host no ssl-check-fingerprint no ssl-check-host no -client-port amanda +client-port "amanda"