mirror of
https://github.com/YunoHost-Apps/icecoder_ynh.git
synced 2024-09-03 19:26:10 +02:00
Update check_process
This commit is contained in:
parent
a55b130bd1
commit
9eab1c0101
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
;; Test complet
|
;; Test complet
|
||||||
; pre-install
|
; pre-install
|
||||||
sudo yunohost app install my_webapp -a domain=domain.tld&path=/site&admin=john&is_public=1&password=pass
|
sudo yunohost app install my_webapp -a "domain=domain.tld&path=/site&with_sftp=false&is_public=true&phpversion=7.4&with_mysql=false"
|
||||||
; Manifest
|
; Manifest
|
||||||
app_id="my_webapp"
|
app_id="my_webapp"
|
||||||
sub_path="/www"
|
sub_path="/www"
|
||||||
|
|
Loading…
Reference in a new issue