1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00

Update check_process

This commit is contained in:
yalh76 2020-01-26 15:44:21 +01:00
parent 17f5fdedcd
commit 457bef0c83
2 changed files with 9 additions and 10 deletions

View file

@ -12,17 +12,17 @@
pkg_linter=1
setup_sub_dir=0
setup_root=1
setup_nourl=0
setup_private=1
setup_public=1
upgrade=1
upgrade=1 from_commit=501bf18eafcda987ac255d12ca213d15e63c5eef
backup_restore=1
multi_instance=1
# setup_nourl=0
# setup_private=1
# setup_public=1
# upgrade=1
# upgrade=1 from_commit=501bf18eafcda987ac255d12ca213d15e63c5eef
# backup_restore=1
# multi_instance=1
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
# incorrect_path=1
port_already_use=0
change_url=0
# port_already_use=0
# change_url=0
;;; Levels
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
Level 5=auto

View file

@ -65,7 +65,6 @@ ynh_app_setting_set --app=$app --key=admin_token --value=$admin_token
#=================================================
ynh_script_progression --message="Configuring firewall..." --time --weight=1
# Find an available port
websocket_port=$(ynh_find_port --port=3012)
ynh_app_setting_set --app=$app --key=websocket_port --value="$websocket_port"