Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-29 00:43:39 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-29 00:43:39 +0300
commita6ebbb8601dd412c81915239ab7db2ea7cd754d5 (patch)
tree21bb57daadc4a77889db683ea9b98f390cc461a1
parent9076b3599f0dea964f41fe8e8e25535cfcaeb5be (diff)
010lamp: Fail if dbdir could not be configured
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
-rwxr-xr-xbuild/docker/lamp/010lamp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/docker/lamp/010lamp b/build/docker/lamp/010lamp
index cf192882..cd02a215 100755
--- a/build/docker/lamp/010lamp
+++ b/build/docker/lamp/010lamp
@@ -32,7 +32,7 @@ echo "Starting Apache"
/usr/sbin/apache2ctl start
# adjust the dbdir to the persistent storage
-install_template "mysql/90-ncp.cnf.sh" "/etc/mysql/mariadb.conf.d/90-ncp.cnf"
+install_template "mysql/90-ncp.cnf.sh" "/etc/mysql/mariadb.conf.d/90-ncp.cnf" || exit 1
# start
echo "Starting mariaDB"