#!/bin/sh # 引入公用方法 . ./funs.sh container=$1 if [ -z "${container}" ]; then container="album" fi upgradeMacheteInContainers "${container}"