Update 2_source-update.sh

This commit is contained in:
bash
2024-08-12 21:01:56 +02:00
committed by GitHub
parent 4052dbefc7
commit bc91082535

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 update the source code. Are you sure? (Y)es/(N)o: " -n 1 -r
echo " ";