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.
1 parent 634386e commit b6bfe9aCopy full SHA for b6bfe9a
ct/hortusfox.sh
@@ -27,7 +27,7 @@ function update_script() {
27
msg_error "No ${APP} Installation Found!"
28
exit
29
fi
30
- if check_for_gh_release "danielbrendel" "hortusfox-web"; then
+ if check_for_gh_release "hortusfox" "danielbrendel/hortusfox-web"; then
31
msg_info "Stopping Service"
32
systemctl stop apache2
33
msg_ok "Stopped Service"
0 commit comments