summarylogtreecommitdiffstats
path: root/gogs.install
diff options
context:
space:
mode:
Diffstat (limited to 'gogs.install')
-rw-r--r--gogs.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.install b/gogs.install
index eaa5aa5e62b5..1b66ba577e2e 100644
--- a/gogs.install
+++ b/gogs.install
@@ -57,7 +57,7 @@ post_upgrade() {
local _CustConf=${_gogs_home}/custom/conf/app.ini
if [ ! -f ${_CustConf} ] ; then
- echo " Gogs old configuration file must be moved to ${_CustConf} before starting service."
+ echo " Gogs old configuration file must be moved to ${_CustConf} before starting or re-enabling service."
_disable_if_enabled
fi
_start_if_enabled