fix: removed redundant chmod

This commit is contained in:
Motalleb Fallahnezhad
2024-10-31 09:56:02 +00:00
parent abac7cd1a0
commit 47ba50d35b

View File

@@ -79,7 +79,6 @@ echo "[*] fetching gitlab source code..."
GITLAB_SOURCE_CODE_DIR=$(pwd)/temp/src GITLAB_SOURCE_CODE_DIR=$(pwd)/temp/src
mkdir -p "$GITLAB_SOURCE_CODE_DIR" mkdir -p "$GITLAB_SOURCE_CODE_DIR"
chmod 0755 -R "$GITLAB_SOURCE_CODE_DIR"
echo "[*] downloading features file..." echo "[*] downloading features file..."
curl -L https://gitlab.com/gitlab-org/gitlab/-/raw/master/ee/app/models/gitlab_subscriptions/features.rb?inline=false -o "$GITLAB_SOURCE_CODE_DIR/features.rb" curl -L https://gitlab.com/gitlab-org/gitlab/-/raw/master/ee/app/models/gitlab_subscriptions/features.rb?inline=false -o "$GITLAB_SOURCE_CODE_DIR/features.rb"