[feat]增加脚本提示信息

This commit is contained in:
2021-07-07 14:40:04 +08:00
parent 8a67be71f6
commit 8268886762
+2 -1
View File
@@ -153,7 +153,8 @@ case "$1" in
LOG_E "Invalid or corrupt '$PACKAGE' package."
exit 1
fi
LOG_I "Unpacking $PACKAGE"
LOG_I "Unpacking $PACKAGE to $CACHE_ROOT"
cd $CACHE_ROOT
if which bsdtar >/dev/null 2>&1; then
bsdtar -xf $CACHE_ROOT/$PACKAGE
else