From b2ac866d4b93e6f6882c513defa4965abe89a2ca Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Tue, 18 Oct 2022 22:10:56 -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 d834b09..d80d4aa 100644 --- a/scripts/giteainstall.sh +++ b/scripts/giteainstall.sh @@ -13,5 +13,5 @@ sudo chmod -Rv 770 /etc/gitea 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 3 +sleep 3s sudo systemctl status gitea \ No newline at end of file