forked from p15670423/monkey
build: Remove unnecessary mkdir in build_appimage.sh
This commit is contained in:
parent
9f74127c50
commit
38a9cedeb2
|
@ -192,10 +192,6 @@ clone_monkey_repo "$@"
|
|||
copy_monkey_island_to_appdir
|
||||
download_monkey_agent_binaries
|
||||
|
||||
# Create folders
|
||||
log_message "Creating island dirs under $ISLAND_PATH"
|
||||
mkdir -p "${MONGO_PATH}" || handle_error
|
||||
|
||||
install_monkey_island_python_dependencies
|
||||
|
||||
install_mongodb
|
||||
|
|
Loading…
Reference in New Issue