savecache: Fix unable to create cache message
The cache is created in $RC_LIBEXECDIR, not $RC_SVCDIR, so fix the error message when we fail to create it to match.
This commit is contained in:
parent
a36a635b01
commit
1736be3bc3
@ -30,7 +30,7 @@ start()
|
|||||||
if yesno "${RC_GOINGDOWN}"; then
|
if yesno "${RC_GOINGDOWN}"; then
|
||||||
rc=0
|
rc=0
|
||||||
fi
|
fi
|
||||||
eend $rc "Unable to create $RC_SVCDIR/cache"
|
eend $rc "Unable to create $RC_LIBEXECDIR/cache"
|
||||||
return $rc
|
return $rc
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user