From 7ac376b6e9f8c953650aa8c2f35cb69369d0f305 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 19 Oct 2022 01:31:11 -0700 Subject: [PATCH] Update 'scripts/giteainstall.sh' --- scripts/giteainstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/giteainstall.sh b/scripts/giteainstall.sh index 700a33a..fa71ad8 100644 --- a/scripts/giteainstall.sh +++ b/scripts/giteainstall.sh @@ -14,5 +14,5 @@ sudo chmod -Rv 770 /etc/gitea sudo wget -O /etc/systemd/system/gitea.service https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/systemd/gitea.service sudo systemctl enable --now gitea sudo systemctl start gitea -sleep 3s +sleep 3 sudo systemctl status gitea \ No newline at end of file