diff --git a/upgrade.sh b/upgrade.sh new file mode 100644 index 0000000..85e4ca3 --- /dev/null +++ b/upgrade.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +# 引入公用方法 +. ./funs.sh + +container=$1 +if [ -z "${container}" ]; then + container="album" +fi + +upgradeMacheteInContainers "${container}"