1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncloud_ynh.git synced 2024-09-03 19:56:25 +02:00
This commit is contained in:
Éric Gaspar 2024-09-02 17:58:18 +02:00
parent dbc2612759
commit c7c398ac2c
3 changed files with 0 additions and 7 deletions

View file

@ -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
#=================================================

View file

@ -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

View file

@ -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
#=================================================