Explorar el Código

Update RPi3_4install.sh

assume-breach hace 3 años
padre
commit
b4c76d8da7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      DoubleVision/RPi3_4install.sh

+ 2 - 2
DoubleVision/RPi3_4install.sh

@@ -1,7 +1,7 @@
 #!/bin/sh -e
 
-if [ "$(id -u)" != "1000" ]; then
-   echo "Run as Pi! Not Root" 1>&2
+if [ "$(id -u)" != "0" ]; then
+   echo "Run as Root" 1>&2
    exit 1
 fi