Explorar el Código

Fixed flash script

Thomas Buck hace 8 años
padre
commit
cb6632610c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      flash.sh

+ 1
- 1
flash.sh Ver fichero

@@ -1,6 +1,6 @@
1 1
 #!/bin/sh
2 2
 
3
-if [ "$#" -ne 1 ] || ! [ -d "$1" ]; then
3
+if [ "$#" -ne 1 ] ; then
4 4
  	echo "Usage: $0 /dev/disk" >&2
5 5
 	exit 1
6 6
 fi

Loading…
Cancelar
Guardar