apkipa 2 주 전
부모
커밋
669fb6dd69
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      watch-daemon-installer/update.sh

+ 1 - 0
watch-daemon-installer/update.sh

@@ -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 "更新完成!"