@@ -22,6 +22,7 @@ cp -rf $config_dir /tmp/watch-daemon-tmp
echo "正在恢复配置文件..."
# cp -rf /tmp/watch-daemon-tmp/config $config_dir
rsync -a --delete /tmp/watch-daemon-tmp/config/ "$config_dir"
+chmod 777 -R $config_dir
rm -rf /tmp/watch-daemon-tmp
echo "更新完成!"