mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
letsencrypt: occ path fix
This commit is contained in:
parent
e7e07863ce
commit
6e63b55274
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
NCDIR=/var/www/nextcloud
|
||||
OCC="$NCDIR/www/nextcloud/occ"
|
||||
OCC="$NCDIR/occ"
|
||||
|
||||
cleanup()
|
||||
{
|
||||
|
||||
@ -17,7 +17,7 @@ DOMAIN_=mycloud.ownyourbits.com
|
||||
EMAIL_=mycloud@ownyourbits.com
|
||||
|
||||
NCDIR=/var/www/nextcloud
|
||||
OCC="$NCDIR/www/nextcloud/occ"
|
||||
OCC="$NCDIR/occ"
|
||||
VHOSTCFG=/etc/apache2/sites-available/nextcloud.conf
|
||||
VHOSTCFG2=/etc/apache2/sites-available/ncp.conf
|
||||
DESCRIPTION="Automatic signed SSL certificates"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user