postinst: supann.conf n'est pas executable

This commit is contained in:
Thomas NOËL 2014-12-04 17:29:11 +01:00
parent 5a966c1cf2
commit 6d7c84356a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
add_supann_in_default() {
cat << EODEFAULT >> /etc/default/authentic2
if [ -x /etc/authentic2/supann.conf ]; then
if [ -r /etc/authentic2/supann.conf ]; then
. /etc/authentic2/supann.conf
fi
EODEFAULT