From f23a606c2de4a9a7d46c7d0475253198284fa4eb Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 26 Jul 2024 05:06:15 -0400 Subject: [PATCH] Update gitea-install.sh change `msg_info` to `msg_ok` --- install/gitea-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/gitea-install.sh b/install/gitea-install.sh index a58d44e7..169136a2 100644 --- a/install/gitea-install.sh +++ b/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 </etc/systemd/system/gitea.service @@ -74,4 +74,4 @@ customize msg_info "Cleaning up" $STD apt-get -y autoremove $STD apt-get -y autoclean -msg_ok "Cleaned" \ No newline at end of file +msg_ok "Cleaned"