Update 5_server-configure.sh

This commit is contained in:
bash
2024-08-12 21:02:34 +02:00
committed by GitHub
parent 1949c20aaf
commit afc8c65c11

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 configur the server, are you sure? (Y)es/(N)o: " -n 1 -r
echo " ";