mirror of
https://github.com/Ascend/ascend-docker-runtime.git
synced 2025-11-03 10:41:03 +08:00
Match-id-cb036190de76026a33b76f600cd2fd9005921c9b
This commit is contained in:
@@ -176,10 +176,18 @@ UPGRADE_FLAG=n
|
|||||||
a500=n
|
a500=n
|
||||||
a200=n
|
a200=n
|
||||||
a200isoc=n
|
a200isoc=n
|
||||||
|
quiet_flag=n
|
||||||
|
|
||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
case "$3" in
|
case "$3" in
|
||||||
|
--check)
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
|
--quiet)
|
||||||
|
quiet_flag=y
|
||||||
|
shift
|
||||||
|
;;
|
||||||
--install)
|
--install)
|
||||||
if [ "${INSTALL_FLAG}" == "y" ]; then
|
if [ "${INSTALL_FLAG}" == "y" ]; then
|
||||||
echo "warning :Repeat parameter!"
|
echo "warning :Repeat parameter!"
|
||||||
|
|||||||
Reference in New Issue
Block a user