387cbec0994c0de777738f63a71683d16c85d8f3
The build was succeeding but the post-build verification was failing because it tried to check /home/kiosk/talkkonnect-binary from outside the sudo -u kiosk block. Changes: - Move binary verification and installation inside the sudo -u block - Use ~ instead of /home/$KIOSK_USER (more reliable inside sudo) - Remove redundant chmod/chown after sudo block - Binary now installed while running as kiosk user This matches the approach from talkkonnect_complete_install.sh where all file operations happen inside the user context.
Languages
Shell
94.1%
JavaScript
4.7%
HTML
0.9%
CSS
0.3%