diff options
author | Devan Franchini <twitch153@gentoo.org> | 2015-07-02 22:41:36 -0400 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2015-07-03 00:49:34 -0400 |
commit | 3b9eb3b3b61e626f1a7ad72d06072cc9bc948c8e (patch) | |
tree | 7ce5dd5dcc869668ca33a3306af4198c2b65a41c | |
parent | Bump to version 1.54 (diff) | |
download | webapp-config-3b9eb3b3b61e626f1a7ad72d06072cc9bc948c8e.tar.gz webapp-config-3b9eb3b3b61e626f1a7ad72d06072cc9bc948c8e.tar.bz2 webapp-config-3b9eb3b3b61e626f1a7ad72d06072cc9bc948c8e.zip |
webapp-cleaner: Fixed incorrect use of -lui flag
-rwxr-xr-x | sbin/webapp-cleaner | 2 |
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" |