Update gitea-install.sh

change `msg_info` to `msg_ok`
pull/3419/head
tteckster 12 months ago committed by GitHub
parent c31cc19c5f
commit f23a606c2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      install/gitea-install.sh

@ -32,7 +32,7 @@ chown -R gitea:gitea /var/lib/gitea/
chmod -R 750 /var/lib/gitea/
chown root:gitea /etc/gitea
chmod 770 /etc/gitea
msg_info "Installed Gitea"
msg_ok "Installed Gitea"
msg_info "Creating Service"
cat <<EOF >/etc/systemd/system/gitea.service

Loading…
Cancel
Save