1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/humhub_ynh.git synced 2024-09-03 19:26:11 +02:00

Merge pull request #16 from YunoHost-Apps/testing

Update with cron fix
This commit is contained in:
Nils Van Zuijlen 2021-04-14 15:42:17 +02:00 committed by GitHub
commit 6b47f5e5d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@
setup_private=1
setup_public=1
upgrade=1
upgrade=0 from_commit=CommitHash
upgrade=1 from_commit=ecc6afe689c02b2d437f9d81abb66df6f2f911c0
backup_restore=1
multi_instance=1
port_already_use=0
@ -21,8 +21,8 @@
Email=
Notification=none
;;; Upgrade options
; commit=CommitHash
; commit=ecc6afe689c02b2d437f9d81abb66df6f2f911c0
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&is_public=1&

View file

@ -1,2 +1,2 @@
* * * * * /usr/bin/php__PHPVERSION__ __FINALPATH__/protected/yii queue/run >/dev/null 2>&1
* * * * * /usr/bin/php__PHPVERSION__ __FINALPATH__/protected/yii cron/run >/dev/null 2>&1
* * * * * __NAME__ /usr/bin/php__PHPVERSION__ __FINALPATH__/protected/yii queue/run >/dev/null 2>&1
* * * * * __NAME__ /usr/bin/php__PHPVERSION__ __FINALPATH__/protected/yii cron/run >/dev/null 2>&1

View file

@ -12,7 +12,7 @@
"name": "Nils Van Zuijlen",
"url": "https://github.com/nils-van-zuijlen"
},
"version": "1.8.1~ynh1",
"version": "1.8.1~ynh2",
"requirements": {
"yunohost": ">= 4.1.7"
},