diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 459d6a9..311bdfa 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -133,10 +133,6 @@ jobs: echo "install file already exists in ProxmoxVE" exit 1 fi - if [[ -f "frontend/public/json/${script_name}.json" ]]; then - echo "json file already exists in ProxmoxVE" - exit 1 - fi git checkout -b "$branch_name"