Add missing EOF that got lost somewhere

pull/207/head
Patrice Levesque 2016-04-13 09:39:21 -04:00
parent fed87ed818
commit f36570fb90
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ the packaging system.
Please check the list of database schema upgrade scripts
inside /usr/share/doc/sogo/ and apply them if needed.
EOF
# Apache 2.2 / 2.4 kungfu
COMMON_STATE=$(dpkg-query -f '${Status}' -W 'apache2.2-common' 2>/dev/null | awk '{print $3}' || true)