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

check_process: gotta add --force otherwise yunohost stays stuck asking confirmation after postinstall notification

This commit is contained in:
Alexandre Aubin 2023-07-30 17:45:53 +02:00 committed by GitHub
parent deca7a27d4
commit 7ab49b2e31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
;; Test complet
; pre-install
sudo yunohost app install my_webapp -a "domain=domain.tld&path=/path&with_sftp=1&password=myreallystrengthpassword&init_main_permission=visitors&phpversion=7.4&with_mysql=1"
sudo yunohost app install my_webapp --force -a "domain=domain.tld&path=/path&with_sftp=1&password=myreallystrengthpassword&init_main_permission=visitors&phpversion=7.4&with_mysql=1"
; Manifest
app_id="my_webapp"
sub_folder="/www"