another bug bites the dust

This commit is contained in:
Zehka 2021-11-07 18:37:10 +01:00
parent 3f59acbfb0
commit ec75fc14e3
1 changed files with 1 additions and 1 deletions

View File

@ -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