fix: Snipe-IT update check failure (#9371)

- official source code repository for Snipe-IT is now located https://github.com/grokability/snipe-it
This commit is contained in:
Ruan Bahia
2025-11-23 07:41:51 -03:00
committed by GitHub
parent 05f3be1dbb
commit a335779c5f

View File

@@ -31,7 +31,7 @@ function update_script() {
sed -i '/index index.php;/i \ client_max_body_size 100M;' /etc/nginx/conf.d/snipeit.conf
fi
if check_for_gh_release "snipe-it" "snipe/snipe-it"; then
if check_for_gh_release "snipe-it" "grokability/snipe-it"; then
msg_info "Stopping Services"
systemctl stop nginx
msg_ok "Services Stopped"