diff --git a/seqs/gitea.sh b/seqs/gitea.sh index 1d5dcfc..008e2d0 100755 --- a/seqs/gitea.sh +++ b/seqs/gitea.sh @@ -11,6 +11,8 @@ giteaDir="/usr/local/bin" giteaLoc="${giteaDir}/gitea" giteaService="https://raw.githubusercontent.com/go-gitea/gitea/master/contrib/systemd/gitea.service" giteaServiceLoc="/etc/systemd/system/gitea.service" +giteaConfigDir="/etc/gitea" +giteaIniLoc="${giteaConfigDir}/app.ini" step_config() { if [ -z $giteaVersion ] ; then @@ -89,12 +91,11 @@ step_6() { step_7_info() { echo "Show configuration notes"; } step_7_alias() { ALIAS="notes"; } step_7() { - echo -e "Final configuration notes for app.ini:\n\n" - echo "$CONFIG_NOTES" -} + outColor green + cat <