mirror of
https://github.com/YunoHost-Apps/galette_ynh.git
synced 2024-09-03 18:36:28 +02:00
Typo
This commit is contained in:
parent
b77b1f73ba
commit
1b36646475
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,8 @@ ynh_permission_update --permission="main" --add="visitors"
|
|||
# Installation with curl
|
||||
ynh_script_progression --message="Finalizing installation..."
|
||||
ynh_local_curl "/installer.php" "install_permsok=1"
|
||||
ynh_local_curl "/installer.php" "install_type=i"if [ $database == "pgsql" ]
|
||||
ynh_local_curl "/installer.php" "install_type=i"
|
||||
if [ $database == "pgsql" ]
|
||||
then
|
||||
ynh_local_curl "/installer.php" "install_dbtype=pgsql" "install_dbhost=localhost" "install_dbport=5432" "install_dbuser=$db_user" "install_dbpass=$db_pwd" "install_dbname=$db_name" "install_dbprefix=galette_"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue