wok-current diff tramys-client/stuff/tramys2 @ rev 22693
Up libcurl (7.68.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 20 17:42:00 2020 +0100 (2020-01-20) |
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 Mon Jan 20 17:42:00 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