Hi,
On 12.04.2020 16:15, Michael Tremer wrote:
... Current link is (I updated the one above!): https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=blob;f=src/initsc...
So in this script, when you remove line 23 and 33, you will still see OK.
To make this clear to me:
First: Line 23 contains 'evaluate_retval' after 'loadproc...vnstat'. This is counterproductive, because...:
That is being printed in loadproc. evaluate_retval will now always overwrite what loadproc has printed to the right hand side of the console.
Ok, understood. I'll delete line 23.
Second: 'evaluate_retval' in line 33 (umount_ramdisk ...) is similar with line 23. Here the output of evaluate_retval' would overwrite error messages regarding the unmounting of the ramdisk.(?)
But: in this case I can't see where the [OK] should come from (see above: "...you will still see OK") when I remove line 33, because I'll see only the output of 'boot_msg'!?
Would be ok for me, I'll delete line 33, too - I'm just wondering.
We want to see any errors here
Me, too. ;-)
Best, Matthias