From 5682220486c98954009cfdef15d7849b20a2193f Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Mon, 17 Jun 2024 21:07:51 +0200 Subject: [PATCH] CHG to /bin/bash --- gitea/download_update_gitea.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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