summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsbin/webapp-cleaner2
1 files changed, 1 insertions, 1 deletions
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"