slitaz-modular diff tank/overlay/etc/init.d/system.sh @ rev 178

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:25:16 2019 +0100 (2019-02-26)
parents 2d0d25925042
children
line diff
     1.1 --- a/tank/overlay/etc/init.d/system.sh	Sat Aug 27 18:30:55 2011 +0000
     1.2 +++ b/tank/overlay/etc/init.d/system.sh	Tue Feb 26 08:25:16 2019 +0100
     1.3 @@ -80,7 +80,7 @@
     1.4  [ -x /usr/bin/tazpanel ] && tazpanel start
     1.5  
     1.6  # Auto recharge packages list (after network connection of course)
     1.7 -[ "$RECHARGE_PACKAGES_LIST" == "yes" ] && tazpkg recharge &
     1.8 +[ "$RECHARGE_PACKAGES_LIST" = "yes" ] && tazpkg recharge &
     1.9  
    1.10  # Locale config. Do a gui config for both lang/keymap.
    1.11  echo "Checking if /etc/locale.conf exists... "