bug fix
This commit is contained in:
@@ -6,9 +6,9 @@ txt="$MODDIR/應用列表.txt"
|
||||
. "$bin_path/bin.sh"
|
||||
echo "#不需要恢復還原的應用請在開頭注釋# 比如#xxxxxxxx 酷安">"$txt"
|
||||
find "$MODDIR" -maxdepth 1 -type d | sort | sed 's/\[/ /g ; s/\]//g' | while read; do
|
||||
case ${REPLY##*/} in
|
||||
媒體|backup_*|Backup_*|bin) ;;
|
||||
*) echo "${REPLY##*/}">>"$txt" ;;
|
||||
esac
|
||||
if [[ -f $REPLY/app_details ]]; then
|
||||
. $REPLY/app_details
|
||||
echo "${REPLY##*/} $PackageName">>"$txt"
|
||||
fi
|
||||
done
|
||||
echoRgb "$txt重新生成"
|
||||
Reference in New Issue
Block a user