kasm-workspaces-core-images/ci-scripts/verify-unit.sh

8 lines
204 B
Bash
Executable file

#!/bin/bash
set -euxo pipefail
if [[ -x /usr/bin/kasm-profile-sync-2 ]]; then
/usr/bin/kasm-profile-sync-2 --help
else
echo "skipping /usr/bin/kasm-profile-sync-2 test as it is not installed"
fi