Skip to content
Snippets Groups Projects
Verified Commit f4db9d01 authored by David Beniamine's avatar David Beniamine
Browse files

Fixup

parent e9a29a83
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
SCRIPT_DIRECTORY=$(dirname $0)
if [ -z "$(grep 'capabilities' /etc/apache2/sites-available/collabora.conf)" ]; then
. main.env
cp $SCRIPT_DIRECTORY/etc/apache2/sites-available/collabora.conf /etc/apache2/sites-available/
sed -ie "s/\(ServerName\) .*/\1 collabora.${DOMAIN}/" /etc/apache2/sites-available/collabora.conf
a2dissite collabora-le-ssl.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment