Get rid of Mac-Newlines
This commit is contained in:
parent
8c232699c3
commit
940af82f84
2
debian/usr/sbin/foodoor-update-keydb
vendored
2
debian/usr/sbin/foodoor-update-keydb
vendored
@ -41,7 +41,7 @@ rm -f ${temp_outfile}
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$valid" = true ]; then
|
if [ "$valid" = true ]; then
|
||||||
echo "command=\"/usr/sbin/foodoor \$action \",no-port-forwarding,no-X11-forwarding,no-agent-forwarding $(cat ${keyfile})" >> ${temp_outfile}
|
echo "command=\"/usr/sbin/foodoor \$action \",no-port-forwarding,no-X11-forwarding,no-agent-forwarding $(cat ${keyfile} | sed 's/\r//g')" >> ${temp_outfile}
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user