Skip to content

Commit e454d9d

Browse files
committed
Fix file name detection
1 parent 1db7b39 commit e454d9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/radxa-otgutils

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ stop()
9595

9696
MODE=
9797
case "$(basename "$0")" in
98-
radxa-adbd.sh)
98+
radxa-adbd)
9999
MODE=adbd
100100
;;
101-
radxa-usbnet.sh)
101+
radxa-usbnet)
102102
MODE=usbnet
103103
;;
104-
radxa-otgutils.sh)
104+
radxa-otgutils)
105105
echo Please run this script from symbolic links.
106106
exit 1
107107
;;

0 commit comments

Comments
 (0)