Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit a23c678

Browse files
committed
Update pre_conf_pydio.sh
1 parent 76bf35f commit a23c678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/docker/pre_conf_pydio.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ cp -f /etc/bootstrap.json /var/lib/pydio/plugins/boot.conf/bootstrap.json
66
touch /var/cache/pydio/admin_counted
77
touch /var/cache/pydio/diag_result.php
88
touch /var/cache/pydio/first_run_passed
9-
[ -f /var/lib/pydio/.htaccess ] && rm -f /var/lib/pydio/.htaccess
9+
[ -f /var/lib/pydio/.htaccess ] && rm -f /var/lib/pydio/public/.htaccess
1010
[ -f /usr/share/pydio/.htaccess ] && rm -f /usr/share/pydio/.htaccess
11-
cp -f /etc/public.htaccess /var/lib/pydio/.htaccess
11+
cp -f /etc/public.htaccess /var/lib/pydio/public/.htaccess
1212
cp -f /etc/root.htaccess /usr/share/pydio/.htaccess
1313

1414
# fix LANG

0 commit comments

Comments
 (0)