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:
Doug Freed 2015-07-10 13:24:10 -04:00
parent a36a635b01
commit 1736be3bc3

View File

@ -30,7 +30,7 @@ start()
if yesno "${RC_GOINGDOWN}"; then
rc=0
fi
eend $rc "Unable to create $RC_SVCDIR/cache"
eend $rc "Unable to create $RC_LIBEXECDIR/cache"
return $rc
fi
fi