Add missing EOF that got lost somewhere

This commit is contained in:
Patrice Levesque
2016-04-13 09:39:21 -04:00
parent 065f8478e6
commit 8d166dd80c

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)