Skip to content

Commit

Permalink
Fix check_process
Browse files Browse the repository at this point in the history
  • Loading branch information
tituspijean authored Sep 26, 2022
1 parent b7d77a4 commit faf4892
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions check_process
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
;; Test complet
; pre-install
sudo yunohost tools update apps
sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/tree/823f98a8cbe108ad4cc0e38e280a83401dca2b9f -a "domain=sub.domain.tld&server_name=$server_name&is_free_registration=$is_free_registration&jitsi_server=$jitsi_server" --force
; Manifest
domain="domain.tld"
synapse_app="synapse"
synapse_domain="sub.domain.tld"
path="/path"
admin="john"
is_public=1
; Checks
pkg_linter=1
Expand All @@ -18,4 +20,4 @@
change_url=1
;;; Options
Email=
Notification=none
Notification=none

0 comments on commit faf4892

Please sign in to comment.