Skip to content

Commit 92c48c1

Browse files
committed
[fix] : Enabled -m
1 parent 23ab54c commit 92c48c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fullbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ _help() {
207207
share_options="--noconfirm"
208208
default_options="-b -l -u alter -p alter"
209209

210-
while getopts 'a:dghr:sc' arg; do
210+
while getopts 'a:dghr:scm:' arg; do
211211
case "${arg}" in
212212
a) share_options="${share_options} ${OPTARG}" ;;
213213
c) all_channel=true ;;

0 commit comments

Comments
 (0)