summarylogtreecommitdiffstats
path: root/gogs.install
diff options
context:
space:
mode:
authorEdvinas Valatka2018-12-12 21:52:53 +0200
committerEdvinas Valatka2018-12-12 21:52:53 +0200
commit1272d903f556e010125b097f65939d8ac6969840 (patch)
tree2b21410914dfdaca41db75eefd8b19a3f9dce5c5 /gogs.install
parent11891cd9f88fe312b8875a3297cb78bab7ce28d5 (diff)
downloadaur-1272d903f556e010125b097f65939d8ac6969840.tar.gz
Some small fixes:
Fix build dir path Add aarch64 arch Fix gogs home in tmpfiles.d
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