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

updated gputils (0.14.3 -> 1.5.0.1)
author Hans-G?nter Theisgen
date Thu Mar 07 17:47:51 2019 +0100 (2019-03-07)
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	Thu Mar 07 17:47:51 2019 +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