deploy: remove dead code in option parsing

parent 5e0974ea
...@@ -44,12 +44,6 @@ while true; do ...@@ -44,12 +44,6 @@ while true; do
shift shift
break break
;; ;;
"")
shift
;;
*)
print_error "Неверная опция: $1"
;;
esac esac
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment