diff --git a/3_server-build.sh b/3_server-build.sh index 1f0397a..c6cb3c5 100755 --- a/3_server-build.sh +++ b/3_server-build.sh @@ -1,7 +1,4 @@ #!/bin/bash -ROOT_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)" -source ${ROOT_DIR}/variables.sh - read -p "This will build server. Are you sure? (Y)es/(N)o: " -n 1 -r echo " ";