appimage: Remove unnecessary recursive chmod in clone_monkey_repo()

This commit is contained in:
Mike Salvatore 2021-04-26 07:05:05 -04:00
parent c33f9cf83c
commit 7276760c6a
1 changed files with 0 additions and 2 deletions

View File

@ -82,8 +82,6 @@ clone_monkey_repo() {
log_message "Cloning files from git"
branch=${1:-"develop"}
git clone --single-branch --recurse-submodules -b "$branch" "${MONKEY_GIT_URL}" "${REPO_MONKEY_HOME}" 2>&1 || handle_error
chmod 774 -R "${REPO_MONKEY_HOME}"
}
setup_appdir() {