update
This commit is contained in:
parent
133634aefb
commit
9a462b8eed
@ -15,6 +15,7 @@ if [ $? -ne 1 ]; then
|
|||||||
if [ -f /var/lib/nextcloud/config/config.php ]; then
|
if [ -f /var/lib/nextcloud/config/config.php ]; then
|
||||||
sed -i -e "s/'installed' => true,/'installed' => false,/g" /var/lib/nextcloud/config/config.php
|
sed -i -e "s/'installed' => true,/'installed' => false,/g" /var/lib/nextcloud/config/config.php
|
||||||
fi
|
fi
|
||||||
|
|
||||||
s6-setuidgid nginx ./occ maintenance:install \
|
s6-setuidgid nginx ./occ maintenance:install \
|
||||||
--database=pgsql \
|
--database=pgsql \
|
||||||
--database-host=$DB_HOST \
|
--database-host=$DB_HOST \
|
||||||
|
Loading…
Reference in New Issue
Block a user