mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 08:37:17 +00:00
Update 1_source-install.sh
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
##########################################################################################
|
||||
# USER CONFIG
|
||||
##########################################################################################
|
||||
set -a; source settings.env; set +a
|
||||
|
||||
read -p "This will install the source code. Are you sure? (Y)es/(N)o: " -n 1 -r
|
||||
echo " ";
|
||||
if [[ $REPLY =~ ^[Yy]$ ]];
|
||||
|
||||
Reference in New Issue
Block a user