FIX: nextcloud config mount path in auto_config.sh

This commit is contained in:
Shihaam Abdul Rahman 2022-10-08 03:08:25 +05:00
parent c7af24868b
commit 4d81b1b52c
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -12,7 +12,7 @@ touch init/init
cp -rv nextcloud/* /var/www/html/ cp -rv nextcloud/* /var/www/html/
# Copy nextcloud config.php # 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 #Create log dirs
mkdir -pv /root/logs/nginx mkdir -pv /root/logs/nginx