mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
cleaning
This commit is contained in:
parent
dbc2612759
commit
c7c398ac2c
3 changed files with 0 additions and 7 deletions
|
@ -30,9 +30,6 @@ ynh_script_progression "Adding $app's configuration..."
|
|||
|
||||
ynh_config_add --template=".env" --destination="$data_dir/config/ocis.env"
|
||||
|
||||
chmod 400 "$data_dir/config/ocis.env"
|
||||
chown $app:$app "$data_dir/config/ocis.env"
|
||||
|
||||
#=================================================
|
||||
# INSTALL OWNCLOUD
|
||||
#=================================================
|
||||
|
|
|
@ -20,7 +20,6 @@ ynh_script_progression "Restoring the data directory..."
|
|||
ynh_restore "$data_dir"
|
||||
|
||||
chown -R $app:www-data "$data_dir"
|
||||
chown $app:$app "$data_dir/config/ocis.yaml"
|
||||
|
||||
#=================================================
|
||||
# RESTORE SYSTEM CONFIGURATIONS
|
||||
|
|
|
@ -46,9 +46,6 @@ ynh_script_progression "Adding $app's configuration..."
|
|||
|
||||
ynh_config_add --template=".env" --destination="$install_dir/ocis.env"
|
||||
|
||||
chmod 400 "$data_dir/config/ocis.env"
|
||||
chown $app:$app "$data_dir/config/ocis.env"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue