mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
Update install
This commit is contained in:
parent
9ff5b4883e
commit
d130ed96be
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
|
|||
|
||||
ynh_add_config --template=".env" --destination="$data_dir/config/ocis.env"
|
||||
|
||||
chmod 400 "$data_dir/ocis.env"
|
||||
chown $app:$app "$data_dir/ocis.env"
|
||||
chmod 400 "$data_dir/config/ocis.env"
|
||||
chown $app:$app "$data_dir/config/ocis.env"
|
||||
|
||||
#=================================================
|
||||
# INSTALL OWNCLOUD
|
||||
|
|
Loading…
Add table
Reference in a new issue