Skip to content

Commit

Permalink
letsencrypt: occ path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Sep 8, 2017
1 parent e7e0786 commit 6e63b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/run-nc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

NCDIR=/var/www/nextcloud
OCC="$NCDIR/www/nextcloud/occ"
OCC="$NCDIR/occ"

cleanup()
{
Expand Down
2 changes: 1 addition & 1 deletion etc/nextcloudpi-config.d/letsencrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6e63b55

Please sign in to comment.