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