#!/bin/bash
if [ `echo $LANG` = "es_ES.UTF-8" ]; then
    cp /opt/FreeFS-2.1.8/Linux-ix86/freefs-es /opt/FreeFS-2.1.8/Linux-ix86/freefs 
    /opt/FreeFS-2.1.8/AppRun
fi

if [ `echo $LANG` = "gl_ES.UTF-8" ]; then
    cp /opt/FreeFS-2.1.8/Linux-ix86/freefs-gl /opt/FreeFS-2.1.8/Linux-ix86/freefs 
    /opt/FreeFS-2.1.8/AppRun
fi

