system: fix previous #6123

This commit is contained in:
Franco Fichtner 2022-11-07 16:21:49 +02:00
parent 4710ec0cdc
commit b69696c5fb

View File

@ -45,7 +45,7 @@ configd_poststart()
for i in 1 2 3 4 5; do
sleep 1
if [ -S ${SOCKFILE} ]; then
if [ -S ${sockfile} ]; then
break
fi
done
@ -85,7 +85,7 @@ configd_stop()
# cleanup after stopping configd
configd_poststop()
{
rm -f ${SOCKFILE}
rm -f ${sockfile}
}
load_rc_config $name