did i really execute dev here

This commit is contained in:
Ruben 2025-10-25 21:24:55 -05:00
commit b98e9be872
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583

View file

@ -271,7 +271,7 @@ function system_upgrade {
fi
cd /var/www/pdsadmin-web && git pull && \
pnpm i && \
pnpm dev
pnpm build
# done
echo "${green}System upgrade finished! beep!~${normal}"
echo "${yellow}Restart the system/selective services to complete upgrades.${normal}"