Update build.func

This commit is contained in:
CanbiZ 2025-03-26 10:53:03 +01:00
parent a2fbfa339a
commit ab049c3550

View File

@ -1361,6 +1361,8 @@ start() {
if [ -f /etc/alpine-release ]; then
echo "Running on Alpine Linux minimal update process."
update_script
clear
exit_script
exit
fi
if command -v pveversion >/dev/null 2>&1; then