Skip to content

Commit 0407799

Browse files
committed
Fix script failure
1 parent 909e736 commit 0407799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpleimage/make_simpleimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [ "$disk_size" -lt 60 ]; then
3636
exit 2
3737
fi
3838

39-
if [ -z "$model" = "" ]; then
39+
if [ -z "$model" ]; then
4040
model="pine64"
4141
fi
4242

0 commit comments

Comments
 (0)