From ee728544fb8277e73da6c5f6e94d565b0df94de7 Mon Sep 17 00:00:00 2001 From: Gabriel Cossette Date: Wed, 14 Jul 2021 16:25:00 +0000 Subject: [PATCH] update --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index e49ac22..3695081 100644 --- a/scripts/install +++ b/scripts/install @@ -395,7 +395,7 @@ ynh_script_progression --message="Installation of $app completed" --last if [ $switch -eq 1 ] then - yunohost app install -f /home/gcossette/wordpress_ynh -a "domain=$domain_dev&domain_dev=s8-dev.yntest.weblibre.ca&domain_staging=s8-staging.yntest.weblibre.ca&path=/&admin=gcossette&language=en_US&multisite=false&is_public=true&repo=&cache=0&switch=0" + yunohost app install -f https://git.weblibre.ca/gabriel/wordpress_ynh -a "domain=$domain_dev&domain_dev=s8-dev.yntest.weblibre.ca&domain_staging=s8-staging.yntest.weblibre.ca&path=/&admin=gcossette&language=en_US&multisite=false&is_public=true&repo=&cache=0&switch=0" - yunohost app install -f /home/gcossette/wordpress_ynh -a "domain=$domain_staging&domain_dev=s8-dev.yntest.weblibre.ca&domain_staging=s8-staging.yntest.weblibre.ca&path=/&admin=gcossette&language=en_US&multisite=false&is_public=true&repo=&cache=0&switch=0" + yunohost app install -f https://git.weblibre.ca/gabriel/wordpress_ynh -a "domain=$domain_staging&domain_dev=s8-dev.yntest.weblibre.ca&domain_staging=s8-staging.yntest.weblibre.ca&path=/&admin=gcossette&language=en_US&multisite=false&is_public=true&repo=&cache=0&switch=0" fi \ No newline at end of file