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

Update install

This commit is contained in:
ericgaspar 2021-09-10 20:54:53 +02:00
parent 832a6f1292
commit 9424022a0f
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -153,6 +153,10 @@ exec_occ() {
php${phpversion} --define apc.enable_cli=1 occ --no-interaction --no-ansi "$@")
}
# Set write access for the following commands
chown -R $app: "$final_path" "$datadir"
# Define password in an intermediate var
# The fact that it's called _password allows it to be
# picked up by Yunohost's auto-redact mecanism