Update setup.sh
This commit is contained in:
@@ -228,6 +228,8 @@ start_game_services() {
|
||||
if [ -z "$PACKMATE_WEB_PASSWORD" ]; then
|
||||
PACKMATE_WEB_PASSWORD="admin123"
|
||||
fi
|
||||
|
||||
echo "Preparing to start game services..."
|
||||
# Create base64 auth string
|
||||
PACKMATE_AUTH=$(echo -n "$PACKMATE_WEB_LOGIN:$PACKMATE_WEB_PASSWORD" | base64)
|
||||
PACKMATE_URL="http://${PACKMATE_LOCAL_IP}:65000"
|
||||
|
||||
Reference in New Issue
Block a user