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:
parent
55b5c7900f
commit
07f90a85f6
2 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue