CHG to /bin/bash
This commit is contained in:
parent
ce67b2f5ba
commit
5682220486
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# Script Updating Gitea (c) Thomas Kuschel
|
# Script Updating Gitea (c) Thomas Kuschel
|
||||||
# since 2024
|
# since 2024
|
||||||
|
|
||||||
@ -60,7 +60,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#echo active gitea version:
|
#echo active gitea version:
|
||||||
echo "Print the active gitea full version string:"
|
echo "Active gitea full version string:"
|
||||||
gitea --version
|
gitea --version
|
||||||
read -p "Restart the gitea service on the host? (y/N)" -n 1 -r
|
read -p "Restart the gitea service on the host? (y/N)" -n 1 -r
|
||||||
echo # (optional) move to a new line
|
echo # (optional) move to a new line
|
||||||
|
Loading…
Reference in New Issue
Block a user