mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 00:28:33 +00:00
Update 4_server-compile.sh
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ "$1" == "debug" ]]; then
|
||||
export CTYPE=RelWithDebInfo
|
||||
else
|
||||
export CTYPE=Release
|
||||
fi
|
||||
|
||||
read -p "This will compile server. Are you sure? (Y)es/(N)o: " -n 1 -r
|
||||
echo " ";
|
||||
if [[ $REPLY =~ ^[Yy]$ ]];
|
||||
|
||||
Reference in New Issue
Block a user