mirror of
https://github.com/YunoHost-Apps/ztncui_ynh.git
synced 2024-09-03 18:06:05 +02:00
Fix check_process
This commit is contained in:
parent
5d6b3dfea9
commit
3483774920
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
|||
|
||||
;; Test complet
|
||||
; pre-install
|
||||
sudo yunohost app install https://github.com/tituspijean/zerotier_ynh --force
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/zerotier_ynh --force
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
path="/"
|
||||
admin="john"
|
||||
is_public=1
|
||||
password="DaB3estPa$$w0rd"
|
||||
password="DaB3estPassw0rd"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=0
|
||||
|
@ -26,4 +26,4 @@
|
|||
;;; Upgrade options
|
||||
; commit=CommitHash
|
||||
name=Name and date of the commit.
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=DaB3estPassw0rd&port=666&
|
||||
|
|
Loading…
Reference in a new issue