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