From 34451fa038171b9d5bd30f918bed8ce4ece99c61 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Mon, 5 Jun 2017 11:57:42 +0200 Subject: Fix for 9a1fd3e on dev : list the files on manual execution (pattern has changed, since there is no codename but git hash) --- build-openwrt-dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-openwrt-dev.sh b/build-openwrt-dev.sh index bc6194c..734f59e 100755 --- a/build-openwrt-dev.sh +++ b/build-openwrt-dev.sh @@ -404,7 +404,7 @@ res=$? echo if [ $res -eq 0 ] then echo "Image ready: " - ls -la bin/ar71xx/openwrt-*-ar71xx-generic-tl-*-v*-squashfs-* + ls -la bin/ar71xx/openwrt*ar71xx-generic-tl-*-v*-squashfs-* echo else echo "Something went wrong, sorry" fi -- cgit v1.1