From 0bafa598cf390c452a4a28d816e66ca66fc70250 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Mon, 20 Jun 2022 08:01:18 +0200 Subject: [PATCH] fixed seafile hidden folder problem --- tools/logon.cmd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/logon.cmd b/tools/logon.cmd index 9870e97..706a16f 100644 --- a/tools/logon.cmd +++ b/tools/logon.cmd @@ -87,6 +87,12 @@ if NOT EXIST %LOCALSTATE%\settings.json ( %LOCALSTATE%\settings.json ) +rem SEAFILE +if EXIST %USERPROFILE%\Seafile ( + echo removing SEAFILE system attributes ... + attrib -S %USERPROFILE%\Seafile /S /D +) + if EXIST %STATUSFILE% GOTO END if EXIST %TOOLS%\personal (