mirror of
https://github.com/Lakr233/GitLab-License-Generator.git
synced 2026-01-30 03:45:36 +02:00
fix: removed redundant chmod
This commit is contained in:
1
make.sh
1
make.sh
@@ -79,7 +79,6 @@ echo "[*] fetching gitlab source code..."
|
||||
GITLAB_SOURCE_CODE_DIR=$(pwd)/temp/src
|
||||
|
||||
mkdir -p "$GITLAB_SOURCE_CODE_DIR"
|
||||
chmod 0755 -R "$GITLAB_SOURCE_CODE_DIR"
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user