Hi, > On 11 Apr 2020, at 19:41, Matthias Fischer wrote: > > On 11.04.2020 20:26, Michael Tremer wrote: >> Hi, >> >> Yes, but this script does not contain any evaluate_retval calls after loadproc/killproc: >> >> https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=blob;f=src/initscripts/system/lvmetad;h=fdae39fd9c74e3950495ee54a1f6762af951fab4;hb=59b3afd07f55b93f4c96bfe63d0506494a46b5ff >> >> ... > > Current link is (I updated the one above!): > https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=blob;f=src/initscripts/system/vnstat;h=c1bb2942a897e0a4acab344c8e2c128d4542f958;hb=59b3afd07f55b93f4c96bfe63d0506494a46b5ff So in this script, when you remove line 23 and 33, you will still see OK. That is being printed in loadproc. evaluate_retval will now always overwrite what loadproc has printed to the right hand side of the console. We want to see any errors here :) -Michael > > Best, > Matthias