updated files
This commit is contained in:
4
start.sh
4
start.sh
@@ -33,13 +33,13 @@ fi
|
||||
echo ""
|
||||
|
||||
# Check if configuration exists
|
||||
if [ ! -f "config/app_config.txt" ]; then
|
||||
if [ ! -f "config/app_config.json" ]; then
|
||||
echo "=========================================="
|
||||
echo "⚠ WARNING: Configuration file not found!"
|
||||
echo "=========================================="
|
||||
echo ""
|
||||
echo "Please configure the player before running:"
|
||||
echo " 1. Copy config/app_config.txt.example to config/app_config.txt"
|
||||
echo " 1. Copy config/app_config.json.example to config/app_config.json"
|
||||
echo " 2. Edit the configuration file with your server details"
|
||||
echo ""
|
||||
read -p "Press Enter to continue anyway, or Ctrl+C to exit..."
|
||||
|
||||
Reference in New Issue
Block a user