1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

zblerg, the config file doesn't exist before install

This commit is contained in:
Kayou 2024-08-01 09:30:49 +02:00 committed by GitHub
parent 55b5c7900f
commit 07f90a85f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View file

@ -65,7 +65,6 @@ exec_occ() {
# Set write access for the following commands
chown -R $app:www-data "$install_dir"
chmod 600 "$install_dir/config/config.php"
chown -R $app: "$data_dir"
# Define password in an intermediate var

View file

@ -139,7 +139,6 @@ then
# Set write access for the following commands
chown -R $app:www-data "$install_dir"
chmod 600 "$install_dir/config/config.php"
# Print the current version number of Nextcloud
exec_occ -V
@ -209,7 +208,6 @@ then
# Set write access for the following commands
chown -R $app:www-data "$install_dir"
chmod 600 "$install_dir/config/config.php"
# Upgrade Nextcloud (SUCCESS = 0, UP_TO_DATE = 3)
exec_occ maintenance:mode --off