mirror of
https://github.com/YunoHost-Apps/humhub_ynh.git
synced 2024-09-03 19:26:11 +02:00
fix linter
This commit is contained in:
parent
8f02797919
commit
8ebec13dca
3 changed files with 4 additions and 8 deletions
|
@ -12,10 +12,6 @@
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
# 1.8.2~ynh1
|
|
||||||
upgrade=1 from_commit=83500d6e866539d56a0aed6f288a8a8ce02a674b
|
|
||||||
# 1.8.2~ynh3
|
|
||||||
upgrade=1 from_commit=50c74393ad4376bc18676b4be86fce74629ad60a
|
|
||||||
# 1.8.2~ynh4
|
# 1.8.2~ynh4
|
||||||
upgrade=1 from_commit=7da020da5079b580cc2a418e2f6fb48f637a989a
|
upgrade=1 from_commit=7da020da5079b580cc2a418e2f6fb48f637a989a
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
|
@ -26,6 +22,6 @@
|
||||||
Email=
|
Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=83500d6e866539d56a0aed6f288a8a8ce02a674b
|
; commit=7da020da5079b580cc2a418e2f6fb48f637a989a
|
||||||
name=Name and date of the commit.
|
name=Name and date of the commit.
|
||||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&
|
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
"id": "humhub",
|
"id": "humhub",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Enterprise Social Network.",
|
"en": "Enterprise Social Network",
|
||||||
"fr": "Réseau Social d'Entreprise."
|
"fr": "Réseau Social d'Entreprise"
|
||||||
},
|
},
|
||||||
"version": "1.13.0~ynh1",
|
"version": "1.13.0~ynh1",
|
||||||
"url": "https://www.humhub.org",
|
"url": "https://www.humhub.org",
|
||||||
|
|
|
@ -210,7 +210,7 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/${app}"
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Configuring permissions..." --weight=35
|
ynh_script_progression --message="Configuring permissions..." --weight=2
|
||||||
|
|
||||||
# Make app public if necessary
|
# Make app public if necessary
|
||||||
if [ $is_public -eq 1 ]
|
if [ $is_public -eq 1 ]
|
||||||
|
|
Loading…
Reference in a new issue