CHG to /bin/bash

This commit is contained in:
Thomas Kuschel 2024-06-17 21:07:51 +02:00
parent ce67b2f5ba
commit 5682220486

View File

@ -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