wok-6.x diff tramys-client/stuff/tramys2 @ rev 18328
Up links-dfb (2.11)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 08 15:25:39 2015 +0200 (2015-09-08) |
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 Tue Sep 08 15:25:39 2015 +0200 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