1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00
This commit is contained in:
ericgaspar 2020-12-08 10:03:31 +01:00
parent 1087db6518
commit f367f1e1e4
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 2 additions and 12 deletions

View file

@ -28,13 +28,10 @@
upgrade=1 from_commit=8b622d430db9ab860aee156a32086507669243fd
backup_restore=1
multi_instance=1
incorrect_path=1
port_already_use=0
change_url=1
actions=1
config_panel=1
;;; Levels
Level 5=auto
;;; Options
Email=
Notification=change

View file

@ -1,6 +1,6 @@
SOURCE_URL=https://github.com/LeedRSS/Leed/archive/v1.8.3.tar.gz
SOURCE_SUM=4fb46124695dfc8e6a3bfa5e48850547
SOURCE_SUM_PRG=md5sum
SOURCE_SUM=792215b9a4429c66ac52b4619fbda4b664c83ef03543a62a8b58e2c631874001
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=

View file

@ -132,13 +132,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)
#=================================================
# ACTIVATE MAINTENANCE MODE
#=================================================