From e4a63a7c41559a52b06f3d38658fb51e1d22efb1 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 6 Oct 2021 05:11:26 +0200 Subject: [PATCH] correct path in install --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 22f587a..73d4121 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -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"