mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
ldap: Actually read from stdin if available.
I made a silly mistake while merging, sorry.
This commit is contained in:
parent
7a464d6f5f
commit
c171d89554
@ -18,7 +18,9 @@
|
||||
|
||||
# Store anything available from stdin.
|
||||
# This is used to receive passwords from Plinth.
|
||||
input="/proc/$$/fd/0"
|
||||
if read -t 0; then
|
||||
IFS= read -r input
|
||||
fi
|
||||
|
||||
set -e # Exit on failure
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user