Skip to content

Commit

Permalink
sound fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhamvis98 committed Sep 27, 2023
1 parent a66a2f5 commit 3d6bcaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ do
h ) hostname="$OPTARG" ;;
u ) username="$OPTARG" ;;
p ) password="$OPTARG" ;;
s ) mobian_suite="$OPTARG" ;;
m ) custom_script="$OPTARG" ;;
s ) custom_script="$OPTARG" ;;
m ) mobian_suite="$OPTARG" ;;
c ) compress=1 ;;
b ) blockmap=1 ;;
esac
Expand Down

0 comments on commit 3d6bcaf

Please sign in to comment.