This commit is contained in:
Michel Roegl-Brunner 2025-03-18 09:42:36 +01:00
parent 99e88ba648
commit 4e323f9f07

View File

@ -68,6 +68,11 @@ jobs:
install_file="install/${script_name}-install.sh"
json_file="frontend/public/json/${script_name}.json"
echo "Checking for files:"
echo "CT File: $ct_file"
echo "Install File: $install_file"
echo "JSON File: $json_file"
if [[ -f "$ct_file" ]]; then
echo "ct file found."
else