wok diff turbine/stuff/turbine @ rev 20892

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 09:14:07 2019 +0100 (2019-02-26)
parents ce52aaa20b76
children b77dd7187137
line diff
     1.1 --- a/turbine/stuff/turbine	Thu Aug 31 05:53:46 2017 -0300
     1.2 +++ b/turbine/stuff/turbine	Tue Feb 26 09:14:07 2019 +0100
     1.3 @@ -49,7 +49,7 @@
     1.4  checkROOT(){
     1.5  
     1.6  user=$(id -u)
     1.7 -if [ "$user" == "0" ]
     1.8 +if [ "$user" = "0" ]
     1.9  then
    1.10    turbine
    1.11  else