mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
[debescan] Remove stray whitespaces
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
parent
719190a542
commit
b80913c039
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
#%# capabilities=autoconf
|
||||
|
||||
# Auto enable if we have debsecan only
|
||||
if [ "$1" = "autoconf" ] ; then
|
||||
if [ "$1" = "autoconf" ] ; then
|
||||
if [ -x /usr/bin/debsecan ]; then
|
||||
echo yes
|
||||
else
|
||||
|
@ -22,7 +22,7 @@ if [ "$1" = "autoconf" ] ; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
# Fail if we don't have debsecan
|
||||
# Fail if we don't have debsecan
|
||||
if [ ! -x /usr/bin/debsecan ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue