mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
Fix linter warnings (#48)
This commit is contained in:
parent
2c84ddbdf3
commit
785b8d261f
4 changed files with 2 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
# AgenDAV for YunoHost
|
# AgenDAV for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/agendav)  
|
[](https://dash.yunohost.org/appci/app/agendav)  
|
||||||
[](https://install-app.yunohost.org/?app=agendav)
|
[](https://install-app.yunohost.org/?app=agendav)
|
||||||
|
|
||||||
> *This package allow you to install AgenDAV quickly and simply on a YunoHost server.
|
> *This package allow you to install AgenDAV quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||||
|
|
|
@ -19,11 +19,8 @@
|
||||||
upgrade=1 from_commit=1783f57896e46ed8b117f2748340c02d37b2a014
|
upgrade=1 from_commit=1783f57896e46ed8b117f2748340c02d37b2a014
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=0
|
multi_instance=0
|
||||||
incorrect_path=1
|
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
change_url=1
|
change_url=1
|
||||||
;;; Levels
|
|
||||||
Level 5=auto
|
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=
|
Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
|
|
|
@ -36,7 +36,7 @@ ynh_print_info --message="Declaring files to be backed up..."
|
||||||
#=================================================
|
#=================================================
|
||||||
# BACKUP THE APP MAIN DIR
|
# BACKUP THE APP MAIN DIR
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Backing up AgenDAV directory..."
|
ynh_print_info --message="Backing up AgenDAV directory..."
|
||||||
|
|
||||||
# Clean cache files before backup
|
# Clean cache files before backup
|
||||||
ynh_secure_remove --file=${final_path}/web/var/cache/profiler
|
ynh_secure_remove --file=${final_path}/web/var/cache/profiler
|
||||||
|
|
|
@ -92,13 +92,6 @@ ynh_clean_setup () {
|
||||||
# Exit if an error occurs during the execution of the script
|
# Exit if an error occurs during the execution of the script
|
||||||
ynh_abort_if_errors
|
ynh_abort_if_errors
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# CHECK THE PATH
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
# Normalize the URL path syntax
|
|
||||||
path_url=$(ynh_normalize_url_path --path_url=$path_url)
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STANDARD UPGRADE STEPS
|
# STANDARD UPGRADE STEPS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue