1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00
This commit is contained in:
ericgaspar 2021-06-30 19:06:52 +02:00
parent c13fe54adf
commit c0601d0cc8
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 4 deletions

View file

@ -2,9 +2,7 @@
; Manifest
domain="domain.tld"
path="/path"
admin="john"
is_public=1
password="password"
; Checks
pkg_linter=1
setup_sub_dir=1
@ -23,4 +21,5 @@ Notification=none
;;; Upgrade options
; commit=CommitHash
name=Name and date of the commit.
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&password=pass&port=666&
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&password=pass&port=666&

View file

@ -5,7 +5,7 @@
#=================================================
# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source _common.sh
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers
#=================================================