diff --git a/rhtas/tuf-repo-init.sh b/rhtas/tuf-repo-init.sh index d0045994..0c4dae6d 100755 --- a/rhtas/tuf-repo-init.sh +++ b/rhtas/tuf-repo-init.sh @@ -101,7 +101,7 @@ fi if [ -e "${TUF_REPO_PATH}/root.json" ]; then echo "Repo seems to already be initialized (${TUF_REPO_PATH}/root.json exists)" - exit 1 + exit 2 fi export WORKDIR=""