mirror of
https://github.com/Ascend/ascend-docker-runtime.git
synced 2025-11-02 19:24:02 +08:00
Match-id-cb036190de76026a33b76f600cd2fd9005921c9b
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user