# nas-tool-repair **Repository Path**: Mattoid/nas-tool-repair ## Basic Information - **Project Name**: nas-tool-repair - **Description**: nas-tools 豆瓣图片显示异常问题修复 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 3 - **Created**: 2023-07-14 - **Last Updated**: 2023-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ~~~ 感谢狂神研究社NAStool专区的 【夏天】 和 【富贵】 提供的修复思路 本人将其整合在了nas-tools源码中 ~~~ ## 需要替换nas-tools目录下的web目录对应文件 ~~~ 1.下载对应系统的修复包 2.上传到自己的NAS的任意目录 3.解压压缩包 选中文件 -> 右键 -> 解压缩至此目录 4.鼠标选中解压后的目录 右键->属性 5.复制【位置】框中的内容 ~~~ ![属性](http://mattoid.cn:8888/?explorer/share/file&hash=48b65rUdLZM8CLXZBoXJwxMCRAoFdw84dmIAvJYmFyP6B1gYec-GVqpmoObqhJ9rSUI) ### Docker修复 ~~~ bash <(curl -s https://gitee.com/Mattoid/nas-tool-repair/raw/master/install.sh) docker ~~~ ### DMS7.0+ 替换目录 ~~~ bash <(curl -s https://gitee.com/Mattoid/nas-tool-repair/raw/master/install.sh) dsm7 ~~~ ### DMS6.0 (6.0脚本未验证,建议自行替换) ~~~ bash <(curl -s https://gitee.com/Mattoid/nas-tool-repair/raw/master/install.sh) dsm6 ~~~ ### 利用群辉的计划任务执行脚本 1. 在控制面板找到计划任务并打开 2. 新增 -> 计划任务-> 用户定义的脚本 ![计划1](http://mattoid.cn:8888/?explorer/share/file&hash=370educB3b4Ogw21gLK2d3MkBPXTNgorhJMoHTolEOzW76_yuABwMA8PWKF_O31XhyU) 3. 用户账户 -> root ![计划2](http://mattoid.cn:8888/?explorer/share/file&hash=95bfC6ebIGttVnGCUPK92Z9m7b6jGBOiyVXKh-7My6IH70m--9oqhWdA1ooOsssDaFs) 4. 禁止重复执行 ![计划3](http://mattoid.cn:8888/?explorer/share/file&hash=16f154yfw2zCu9_TxDvVkoecpQbKSPGhEKHtTebSe314Lsud57lE_5-01ncg5z0GusM) 5. 填写上面对应的脚本 ![计划4](http://mattoid.cn:8888/?explorer/share/file&hash=5806c87X8ChD14Q86mxTf320gjI0WJmxjrHNbQZrZIimp8ZWNdRLwQcakeNRqhb4Flo) 6. 执行计划任务 7. 重启nas-tools(套件或docker) 7. 删除计划任务