瀏覽代碼

Fixed flash script

Thomas Buck 8 年之前
父節點
當前提交
cb6632610c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      flash.sh

+ 1
- 1
flash.sh 查看文件

@@ -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…
取消
儲存