Skip to content

Commit 1864442

Browse files
committed
bug fix
1 parent 885a6f6 commit 1864442

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

resources/ecs/docman.ecs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,12 @@
7979
! Properties file only exists if the site is writable
8080
put empty into Script
8181
clear ReadOnly
82-
rest get Script from `/properties.txt` or set ReadOnly
83-
82+
rest get Script from `/properties.txt`
83+
or begin
84+
set ReadOnly
85+
goto L2
86+
end
87+
L2:
8488
get PackageName from storage as `.docman-package`
8589
if PackageName is empty put `core` into PackageName
8690
get Group from storage as `.docman-` cat PackageName cat `-group`

0 commit comments

Comments
 (0)