deploy: Remove unnecessary recursive chmod

This commit is contained in:
Mike Salvatore 2021-04-28 12:18:26 -04:00
parent 0cb8fc8ac9
commit 78ca2c25b1
2 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ branch=${2:-"develop"}
log_message "Branch selected: ${branch}"
if [[ ! -d "$monkey_home/monkey" ]]; then # If not already cloned
git clone --single-branch --recurse-submodules -b "$branch" "${MONKEY_GIT_URL}" "${monkey_home}" 2>&1 || handle_error
chmod 774 -R "${monkey_home}"
fi
# Create folders

0
monkey/monkey_island/linux/run.sh Normal file → Executable file
View File