Update build.func

fixes https://github.com/tteck/Proxmox/issues/2326
This commit is contained in:
tteckster 2024-01-12 05:14:17 -05:00 committed by GitHub
parent 478b4e1c32
commit d72f269ad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -475,6 +475,7 @@ start() {
echo -e "⚠ User exited script \n"
exit
fi
SPINNER_PID=""
update_script
fi
}