Update 3_server-build.sh

This commit is contained in:
bash
2024-08-12 21:02:09 +02:00
committed by GitHub
parent bc91082535
commit 4d31eb47a8

View File

@@ -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 " ";