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

Corrections after 1st package_check.sh

This commit is contained in:
dragondaddy 2023-08-04 12:27:10 +02:00
parent 8d6400e577
commit 913b3f0079
2 changed files with 2 additions and 3 deletions

View file

@ -5,12 +5,12 @@ name = "Streams"
description.en = "An open source fediverse server" description.en = "An open source fediverse server"
description.fr = "Un serveur fediverse open source" description.fr = "Un serveur fediverse open source"
version = "23.08.02~ynh4" version = "23.08.02~ynh5"
maintainers = ["Papa Dragon"] maintainers = ["Papa Dragon"]
[upstream] [upstream]
license = "Public Domain" license = "Unlicense"
code = "https://codeberg.org/streams/streams" code = "https://codeberg.org/streams/streams"
[integration] [integration]

View file

@ -38,7 +38,6 @@ ynh_app_setting_set --app=$app --key=fpm_usage --value=$fpm_usage
ynh_script_progression --message="Creating a database..." --weight=2 ynh_script_progression --message="Creating a database..." --weight=2
#ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name
ynh_mysql_connect_as --user=$db_user --password="$db_pwd" --database=$db_name \ ynh_mysql_connect_as --user=$db_user --password="$db_pwd" --database=$db_name \
<<< "ALTER DATABASE $db_name CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;" <<< "ALTER DATABASE $db_name CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;"