fleet/pkg/spec/testdata/software/install-app.sh
Carlo 328f4d5079
Add path support to script files (#40821)
Fixes #38659 Enables IT admins to reference `.sh` or `.ps1` script files directly in the GitOps `path` field for software packages.
2026-03-04 13:22:44 -05:00

3 lines
52 B
Bash

#!/bin/bash
echo "Installing application..."
exit 0