mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
Update check_process
This commit is contained in:
parent
c6ccec4cda
commit
7c7b18a666
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@
|
||||||
|
|
||||||
;; Test complet minetest_game
|
;; Test complet minetest_game
|
||||||
; Manifest
|
; Manifest
|
||||||
server_domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
pvp=1
|
pvp=1
|
||||||
servername="packagecheck"
|
servername="packagecheck"
|
||||||
game="minetest_game"
|
game="minetest_game"
|
||||||
creative=0
|
creative=0
|
||||||
damage=1
|
damage=1
|
||||||
is_public=0 (PUBLIC|public=1|private=0)
|
is_public=0 (PUBLIC|public=1|private=0)
|
||||||
|
@ -30,10 +30,10 @@
|
||||||
|
|
||||||
;; Test complet capturetheflag
|
;; Test complet capturetheflag
|
||||||
; Manifest
|
; Manifest
|
||||||
server_domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
pvp=1
|
pvp=1
|
||||||
servername="packagecheck"
|
servername="packagecheck"
|
||||||
game="capturetheflag"
|
game="capturetheflag"
|
||||||
creative=0
|
creative=0
|
||||||
damage=1
|
damage=1
|
||||||
is_public=0 (PUBLIC|public=1|private=0)
|
is_public=0 (PUBLIC|public=1|private=0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue