Match-id-cb036190de76026a33b76f600cd2fd9005921c9b

This commit is contained in:
BianTanggui
2022-12-05 19:45:03 +08:00
committed by BianTanggui
parent 3bfd74347a
commit 68a2e4512e

View File

@@ -176,10 +176,18 @@ UPGRADE_FLAG=n
a500=n
a200=n
a200isoc=n
quiet_flag=n
while true
do
case "$3" in
--check)
exit 0
;;
--quiet)
quiet_flag=y
shift
;;
--install)
if [ "${INSTALL_FLAG}" == "y" ]; then
echo "warning :Repeat parameter!"