From 3b9eb3b3b61e626f1a7ad72d06072cc9bc948c8e Mon Sep 17 00:00:00 2001 From: Devan Franchini Date: Thu, 2 Jul 2015 22:41:36 -0400 Subject: webapp-cleaner: Fixed incorrect use of -lui flag --- sbin/webapp-cleaner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/webapp-cleaner b/sbin/webapp-cleaner index 52e44ac..ee053a1 100755 --- a/sbin/webapp-cleaner +++ b/sbin/webapp-cleaner @@ -95,7 +95,7 @@ function prune() { } function clean_unused() { - local output=$(${WEBAPP_CONFIG} --lui ${PN}) + local output=$(${WEBAPP_CONFIG} -lui ${PN}) if [[ -z ${output} ]] ; then einfo "Nothing to clean" -- cgit v1.2.3-65-gdbad