From ec75fc14e30eb3f090fcc146518f6a6dc978af6a Mon Sep 17 00:00:00 2001 From: Zehka Date: Sun, 7 Nov 2021 18:37:10 +0100 Subject: [PATCH] another bug bites the dust --- foodoor-update-keydb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foodoor-update-keydb b/foodoor-update-keydb index f0c3b6c..9af7cee 100755 --- a/foodoor-update-keydb +++ b/foodoor-update-keydb @@ -41,7 +41,7 @@ rm -f ${temp_outfile} fi if [ "$valid" = true ]; then - echo "command=\"/usr/sbin/foodoor \$action \",no-port-forwarding,no-X11-forwarding,no-agent-forwarding ${keyfile}" >> ${temp_outfile} + echo "command=\"/usr/sbin/foodoor \$action \",no-port-forwarding,no-X11-forwarding,no-agent-forwarding $(cat ${keyfile})" >> ${temp_outfile} fi fi done