This commit is contained in:
Michel Roegl-Brunner 2025-03-18 11:51:35 +01:00
parent 309d62d17d
commit 04d90993b2

View File

@ -139,7 +139,7 @@ jobs:
echo "install file already exists in ProxmoxVE" echo "install file already exists in ProxmoxVE"
exit 1 exit 1
fi fi
if [[ -f "json/${script_name}.json" ]]; then if [[ -f "frontend/public/json/${script_name}.json" ]]; then
echo "json file already exists in ProxmoxVE" echo "json file already exists in ProxmoxVE"
exit 1 exit 1
fi fi