File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ if version_greater "$image_version" "$installed_version"; then
3535 fi
3636 done
3737
38+ if [ ! -f /var/www/html/config/apps.config.php ]; then
39+ cp -a /usr/src/nextcloud/config/apps.config.php /var/www/html/config/apps.config.php
40+ fi
41+
3842 if [ " $installed_version " != " 0.0.0~unknown" ]; then
3943 su - www-data -s /bin/bash -c ' php /var/www/html/occ upgrade --no-app-disable'
4044
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ if version_greater "$image_version" "$installed_version"; then
3535 fi
3636 done
3737
38+ if [ ! -f /var/www/html/config/apps.config.php ]; then
39+ cp -a /usr/src/nextcloud/config/apps.config.php /var/www/html/config/apps.config.php
40+ fi
41+
3842 if [ " $installed_version " != " 0.0.0~unknown" ]; then
3943 su - www-data -s /bin/bash -c ' php /var/www/html/occ upgrade --no-app-disable'
4044
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ if version_greater "$image_version" "$installed_version"; then
3535 fi
3636 done
3737
38+ if [ ! -f /var/www/html/config/apps.config.php ]; then
39+ cp -a /usr/src/nextcloud/config/apps.config.php /var/www/html/config/apps.config.php
40+ fi
41+
3842 if [ " $installed_version " != " 0.0.0~unknown" ]; then
3943 su - www-data -s /bin/bash -c ' php /var/www/html/occ upgrade --no-app-disable'
4044
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ if version_greater "$image_version" "$installed_version"; then
3535 fi
3636 done
3737
38+ if [ ! -f /var/www/html/config/apps.config.php ]; then
39+ cp -a /usr/src/nextcloud/config/apps.config.php /var/www/html/config/apps.config.php
40+ fi
41+
3842 if [ " $installed_version " != " 0.0.0~unknown" ]; then
3943 su - www-data -s /bin/bash -c ' php /var/www/html/occ upgrade --no-app-disable'
4044
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ if version_greater "$image_version" "$installed_version"; then
3535 fi
3636 done
3737
38+ if [ ! -f /var/www/html/config/apps.config.php ]; then
39+ cp -a /usr/src/nextcloud/config/apps.config.php /var/www/html/config/apps.config.php
40+ fi
41+
3842 if [ " $installed_version " != " 0.0.0~unknown" ]; then
3943 su - www-data -s /bin/bash -c ' php /var/www/html/occ upgrade --no-app-disable'
4044
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ if version_greater "$image_version" "$installed_version"; then
3535 fi
3636 done
3737
38+ if [ ! -f /var/www/html/config/apps.config.php ]; then
39+ cp -a /usr/src/nextcloud/config/apps.config.php /var/www/html/config/apps.config.php
40+ fi
41+
3842 if [ " $installed_version " != " 0.0.0~unknown" ]; then
3943 su - www-data -s /bin/bash -c ' php /var/www/html/occ upgrade --no-app-disable'
4044
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ if version_greater "$image_version" "$installed_version"; then
3535 fi
3636 done
3737
38+ if [ ! -f /var/www/html/config/apps.config.php ]; then
39+ cp -a /usr/src/nextcloud/config/apps.config.php /var/www/html/config/apps.config.php
40+ fi
41+
3842 if [ " $installed_version " != " 0.0.0~unknown" ]; then
3943 su - www-data -s /bin/bash -c ' php /var/www/html/occ upgrade --no-app-disable'
4044
You can’t perform that action at this time.
0 commit comments