From 3d6bcaf81346dcce24e2c45b881de0efdca12960 Mon Sep 17 00:00:00 2001 From: ShubhamVis98 <43336210+Shubhamvis98@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:42:02 +0530 Subject: [PATCH] sound fix --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 5e7bcb2..bb98f94 100755 --- a/build.sh +++ b/build.sh @@ -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