From 4d81b1b52ce0f843215a94facd79184716ad466e Mon Sep 17 00:00:00 2001 From: Shiham Abdul Rahman Date: Sat, 8 Oct 2022 03:08:25 +0500 Subject: [PATCH] FIX: nextcloud config mount path in auto_config.sh --- buildfiles/auto_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildfiles/auto_config.sh b/buildfiles/auto_config.sh index db24abb..f8f574e 100644 --- a/buildfiles/auto_config.sh +++ b/buildfiles/auto_config.sh @@ -12,7 +12,7 @@ touch init/init cp -rv nextcloud/* /var/www/html/ # Copy nextcloud config.php -cp -rv default_configs/var/var/www/html/config /var/www/html/config +cp -rv default_configs/var/www/html/config /var/www/html/config #Create log dirs mkdir -pv /root/logs/nginx