mirror of
https://github.com/YunoHost-Apps/scrumblr_ynh.git
synced 2024-09-03 20:16:29 +02:00
Fix
This commit is contained in:
parent
7f59ca4448
commit
a14b11abf4
4 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Scrumblr is a software to take note.
|
||||
Description=Scrumblr: software to take note.
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Software for notes",
|
||||
"fr": "Application pour créer des post-it"
|
||||
},
|
||||
"version": "1.0~ynh1",
|
||||
"version": "0.2.0~ynh1",
|
||||
"url": "http://www.scrumblr.ca/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
@ -17,8 +17,7 @@
|
|||
"license": "AGPL-3.0-only",
|
||||
"maintainer": {
|
||||
"name": "frju365",
|
||||
"email": "win10@tutanota.com",
|
||||
"url": "https://github.com/YunoHost-Apps/scrumblr_ynh"
|
||||
"email": "win10@tutanota.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">> 4.3.0"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
nodejs_version=12
|
||||
nodejs_version=13
|
||||
|
||||
#=================================================
|
||||
# TESTING
|
||||
|
|
|
@ -56,7 +56,7 @@ ynh_app_setting_set --app=$app --key=path --value=$path_url
|
|||
ynh_script_progression --message="Finding an available port..." --weight=1
|
||||
|
||||
# Find an available port
|
||||
port=$(ynh_find_port --port=4000)
|
||||
port=$(ynh_find_port --port=8080)
|
||||
ynh_app_setting_set --app=$app --key=port --value=$port
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue