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:
parent
8d6400e577
commit
913b3f0079
2 changed files with 2 additions and 3 deletions
|
@ -5,12 +5,12 @@ name = "Streams"
|
|||
description.en = "An open source fediverse server"
|
||||
description.fr = "Un serveur fediverse open source"
|
||||
|
||||
version = "23.08.02~ynh4"
|
||||
version = "23.08.02~ynh5"
|
||||
|
||||
maintainers = ["Papa Dragon"]
|
||||
|
||||
[upstream]
|
||||
license = "Public Domain"
|
||||
license = "Unlicense"
|
||||
code = "https://codeberg.org/streams/streams"
|
||||
|
||||
[integration]
|
||||
|
|
|
@ -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_mysql_setup_db --db_user=$db_user --db_name=$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;"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue