We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents addc33e + 6938a4f commit fe40185Copy full SHA for fe40185
bin/v-update-sys-hestia-git
@@ -109,7 +109,7 @@ else
109
fi
110
111
if [ ! -z "$2" ]; then
112
- branch_check=$(curl -s --head -w %{http_code} https://raw.githubusercontent.com/hestiacp/hestiacp/$branch/src/deb/hestia/control -o /dev/null)
+ branch_check=$(curl -s --head -w %{http_code} https://raw.githubusercontent.com/$fork/hestiacp/$branch/src/deb/hestia/control -o /dev/null)
113
if [ $branch_check -ne "200" ]; then
114
echo "ERROR: invalid branch name specified."
115
exit 1
0 commit comments