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