wok diff tramys-client/stuff/tramys2 @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
parents 709cff7a6bed
children
line diff
     1.1 --- a/tramys-client/stuff/tramys2	Wed Aug 27 22:27:18 2014 +0300
     1.2 +++ b/tramys-client/stuff/tramys2	Sun Mar 01 17:39:44 2020 +0100
     1.3 @@ -5,7 +5,6 @@
     1.4  
     1.5  . /etc/slitaz/slitaz.conf
     1.6  . /lib/libtaz.sh
     1.7 -. /etc/locale.conf
     1.8  
     1.9  # Ask for root access in order to install the files in the system.
    1.10  if [ $(id -u) != 0 ]; then
    1.11 @@ -31,7 +30,7 @@
    1.12  Your current locale: <b>$LANG</b>')" \
    1.13  	--button "gtk-edit:2" --button "gtk-cancel:1" --button "gtk-go-forward:0"
    1.14  case $? in
    1.15 -	2) tazbox locale; tramys2; exit 0 ;;
    1.16 +	2) tazbox locale; . /etc/locale.conf; tramys2; exit 0 ;;
    1.17  	1) exit 0 ;;
    1.18  esac
    1.19