operator.on-perm.info_etc_hosts.sh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integration-server-gradle-plugin Show documentation
Show all versions of integration-server-gradle-plugin Show documentation
The easy way to get custom setup for Deploy up and running
#!/bin/bash
MY_PATH=$(dirname "$0")
MY_PATH=$(cd "$MY_PATH" && pwd)
MY_NAME=$(whoami)
echo "Please enter your password if requested for user ${MY_NAME} or give user sudoers permissions '${MY_NAME} ALL=(ALL) NOPASSWD: ${MY_PATH}/update_etc_hosts.sh'."