fixed seafile hidden folder problem

This commit is contained in:
Michael H.G. Schmidt 2022-06-20 08:01:18 +02:00
parent c18ca197c4
commit 0bafa598cf

View File

@ -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 (