1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framaforms_ynh.git synced 2024-09-03 18:36:12 +02:00

Fix intsall profile

This commit is contained in:
Salamandar 2024-07-14 12:50:25 +02:00
parent 9d222db170
commit 7a0f95d1e0
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ ram.runtime = "50M"
[install.domain]
type = "domain"
# Yakform doesn't seem to be installable on a subdir, disabling it for now.
# Yakforms doesn't seem to be installable on a subdir, disabling it for now.
# [install.path]
# type = "path"
# default = "/poll"

View file

@ -75,7 +75,7 @@ ynh_script_progression --message="Installing database..." --weight=19
# Chown from composer/drush install
chown -R "$app:www-data" "$install_dir"
_ynh_exec_with_drush_php drush "@$app" site-install framaforms_org \
_ynh_exec_with_drush_php drush "@$app" site-install yakforms_profile \
install_configure_form.site_contact_url="https://forum.yunohost.org/t/framaforms-create-polls-using-drag-and-drop/8208" \
install_configure_form.site_default_country=FR \
-y --locale="$language" --account-name="admin" --account-pass="$password" --site-name="Framaforms" --site-mail="$admin_mail"