initscripts fkt: readhash should only parse lines with a =

A line without a = is clearly invalid.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Jonatan Schlag
2024-06-16 18:02:42 +02:00
committed by Michael Tremer
parent 9f72b7bc5f
commit f1d94e7457
3 changed files with 8 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ RED_ADDRESS=0.0.0.0
RED_NETMASK=0.0.0.0
RED_TYPE=PPPOE
RED_NETADDRESS=0.0.0.0
Line_without_a_equal_sign_is_also_invalid
# Comment for testing
# Comment for testing Comments with spaces before

View File

@@ -6,3 +6,4 @@ Invalid key '-RED_DEV'
Invalid key 'RE??D_MACADDR'
Invalid key 'RED&&_DRIVER'
Invalid key '0BLUE_DEV'
Invalid line 'Line_without_a_equal_sign_is_also_invalid'