diff --git a/gitea/download_update_gitea.sh b/gitea/download_update_gitea.sh index 1198510..49ea0ec 100755 --- a/gitea/download_update_gitea.sh +++ b/gitea/download_update_gitea.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Script Updating Gitea (c) Thomas Kuschel # since 2024 @@ -60,7 +60,7 @@ else fi #echo active gitea version: -echo "Print the active gitea full version string:" +echo "Active gitea full version string:" gitea --version read -p "Restart the gitea service on the host? (y/N)" -n 1 -r echo # (optional) move to a new line