mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Merge pull request #73 from YunoHost-Apps/fix-package-check
Fix package check
This commit is contained in:
commit
6d5969c1ea
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
;; Test abiword
|
;; Test abiword
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
path="/path" (PATH)
|
path="/" (PATH)
|
||||||
admin="john" (USER)
|
admin="john" (USER)
|
||||||
password="password"
|
password="password"
|
||||||
language="en"
|
language="en"
|
||||||
|
@ -73,4 +73,4 @@ Notification=down
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=8bf300413ec3adcb416d168d2e9e98975dd9405b
|
; commit=8bf300413ec3adcb416d168d2e9e98975dd9405b
|
||||||
name= Fix nodejs & global update
|
name= Fix nodejs & global update
|
||||||
manifest_arg=domain=DOMAIN&admin=USER&password=password&language=en&is_public=1&abiword=0&
|
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&password=password&language=en&is_public=1&abiword=0&
|
||||||
|
|
Loading…
Add table
Reference in a new issue