This commit is contained in:
Yawasau
2022-05-24 12:20:28 +08:00
parent ba2f9d3f80
commit 720d8ac251
2 changed files with 36 additions and 45 deletions

View File

@@ -233,7 +233,6 @@ if [[ $zippath != "" ]]; then
echoRgb "更新當前${MODDIR##*/}目錄下恢復相關腳本+外部tools目錄與腳本"
cp -r "$tools_path/script/Get_DirName" "${MODDIR%/*}/重新生成應用列表.sh"
cp -r "$tools_path/script/restore" "${MODDIR%/*}/恢復備份.sh"
echo ${MODDIR%/*}
cp -r "$MODDIR/終止腳本.sh" "${MODDIR%/*}/終止腳本.sh"
[[ -d ${MODDIR%/*}/Media ]] && cp -r "$tools_path/script/restore3" "${MODDIR%/*}/恢復自定義資料夾.sh"
find "${MODDIR%/*}" -maxdepth 1 -type d | sort | while read; do