mirror of
https://github.com/friendica/docker
synced 2025-01-06 06:07:47 +01:00
correct path in install
This commit is contained in:
parent
e8eeb9a389
commit
e4a63a7c41
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
|||
|
||||
# load other config files (*.config.php) to the config folder
|
||||
if [ -d "/usr/src/config" ]; then
|
||||
rsync $rsync_options --ignore-existing /usr/src/config/ /var/www/html/config/
|
||||
rsync $rsync_options --ignore-existing /usr/src/friendica/config/ /var/www/html/config/
|
||||
fi
|
||||
|
||||
echo "Installation finished"
|
||||
|
|
Loading…
Reference in a new issue