bug fix
This commit is contained in:
@@ -5,7 +5,7 @@ bin_path="$MODDIR/tools/bin"
|
||||
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
|
||||
find "$MODDIR" -maxdepth 1 -type d | sort | while read; do
|
||||
if [[ -f $REPLY/app_details ]]; then
|
||||
unset PackageName
|
||||
. "$REPLY/app_details"
|
||||
|
||||
Reference in New Issue
Block a user