fixed seafile hidden folder problem
This commit is contained in:
parent
c18ca197c4
commit
0bafa598cf
@ -87,6 +87,12 @@ if NOT EXIST %LOCALSTATE%\settings.json (
|
|||||||
%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 %STATUSFILE% GOTO END
|
||||||
|
|
||||||
if EXIST %TOOLS%\personal (
|
if EXIST %TOOLS%\personal (
|
||||||
|
Loading…
Reference in New Issue
Block a user