mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
v1.53.1.sh: Prevent breaking the web interface during apache2 reload
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
79e1bff1c9
commit
641685f5c7
@ -47,6 +47,4 @@ Listen 4443
|
||||
</RequireAll>
|
||||
|
||||
</Directory>
|
||||
EOF
|
||||
|
||||
systemctl reload apache2
|
||||
EOF
|
||||
@ -4,3 +4,4 @@ set -e
|
||||
source /usr/local/etc/library.sh
|
||||
|
||||
install_template apache2/ncp.conf.sh /etc/apache2/sites-available/ncp.conf --defaults
|
||||
bash -c "sleep 2 && service apache2 reload" &>/dev/null &
|
||||
Loading…
x
Reference in New Issue
Block a user