From bd3ab2f739a7b06b59b18043cdb81f476668440a Mon Sep 17 00:00:00 2001
From: Dmytro Bogatov <dmytro@dbogatov.org>
Date: Fri, 4 Aug 2017 16:04:27 +0300
Subject: [PATCH] Hot fix.

---
 debian/Makefile            | 1 +
 debian/debian/changelog    | 6 ++++++
 debian/debian/status-ctl.1 | 2 +-
 debian/status-ctl.sh       | 2 +-
 4 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/Makefile b/debian/Makefile
index 51bd797..58a718b 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -4,3 +4,4 @@ install:
 	cp --no-preserve=ownership appsettings.production.yml $$(pwd)/debian/status-ctl/etc/status-site/appsettings.yml
 	cp --no-preserve=ownership docker-compose.yml $$(pwd)/debian/status-ctl/etc/status-site/docker-compose.yml
 	cp --no-preserve=ownership .env $$(pwd)/debian/status-ctl/etc/status-site/.env
+	chmod o+rw $$(pwd)/debian/status-ctl/etc/status-site/.env
diff --git a/debian/debian/changelog b/debian/debian/changelog
index adeda26..bbc9cb0 100644
--- a/debian/debian/changelog
+++ b/debian/debian/changelog
@@ -1,3 +1,9 @@
+status-ctl (1.1.1) unstable; urgency=medium
+
+  * Minor fixes.
+
+ -- Dmytro Bogatov <dmytro@dbogatov.org>  Thu, 05 Aug 2017 04:35:38 +0000
+
 status-ctl (1.1.0) unstable; urgency=medium
 
   * Update man page.
diff --git a/debian/debian/status-ctl.1 b/debian/debian/status-ctl.1
index 06578f7..22cf9c1 100644
--- a/debian/debian/status-ctl.1
+++ b/debian/debian/status-ctl.1
@@ -6,7 +6,7 @@
 .
 .\" Manpage for status-ctl.
 .\" Contact dmytro@dbogatov.org to correct errors or typos.
-.TH man 1 "4 August 2017" "0.1.1" "status-ctl man page"
+.TH man 1 "4 August 2017" "1.1.1" "status-ctl man page"
 .SH NAME
 .B status-ctl 
 \- control tool for status site
diff --git a/debian/status-ctl.sh b/debian/status-ctl.sh
index b41948f..670abb5 100755
--- a/debian/status-ctl.sh
+++ b/debian/status-ctl.sh
@@ -10,7 +10,7 @@ BAD_PARAMETERS=4
 # CONSTANTS
 CONFIG_DIR=/etc/status-site
 PROJECT="status-site"
-VERSION="1.1.0"
+VERSION="1.1.1"
 BRANCH="master"
 
 function usage {
-- 
GitLab