wok diff turbine/stuff/turbine @ rev 21996

linux: add ath10k wireless driver
author Richard Dunbar <mojo@slitaz.org>
date Wed Oct 16 21:56:55 2019 -0400 (2019-10-16)
parents 02c70d036ea0
children
line diff
     1.1 --- a/turbine/stuff/turbine	Tue Feb 26 09:14:07 2019 +0100
     1.2 +++ b/turbine/stuff/turbine	Wed Oct 16 21:56:55 2019 -0400
     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" -eq 0 ]
     1.9  then
    1.10    turbine
    1.11  else