Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
fix daloradius.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
frauhottelmann authored Mar 19, 2021
1 parent a78d470 commit 4540662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ RUN wget https://github.com/lirantal/daloradius/archive/"$DALO_VERSION".zip \
&& rm "$DALO_VERSION".zip \
&& rm -rf /var/www/html/index.html \
&& mv daloradius-"$DALO_VERSION"/* daloradius-"$DALO_VERSION"/.gitignore daloradius-"$DALO_VERSION"/.htaccess daloradius-"$DALO_VERSION"/.htpasswd /var/www/html \
&& mv /var/www/html/library/daloradius.conf.php.sample /var/www/html/library/daloradius.conf.php \
&& chown -R www-data:www-data /var/www/html \
&& chmod 644 /var/www/html/library/daloradius.conf.php

Expand Down

0 comments on commit 4540662

Please sign in to comment.