1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

Fix linter warning

This commit is contained in:
ericgaspar 2020-12-04 13:38:52 +01:00
parent 161cade903
commit 184775e582
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -68,14 +68,6 @@ ynh_clean_setup () {
# Exit if an error occurs during the execution of the script
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
#=================================================