1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00
This commit is contained in:
Éric Gaspar 2023-06-21 19:27:37 +02:00
parent 46a5b47a99
commit 28a3f13c0d
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,8 @@ admin_pass=$(ynh_string_random --length=24)
secrets_peertube=$(ynh_string_random --length=24)
db_name="peertube_${app}"
db_user=$(ynh_sanitize_dbid --db_name=$app)
ynh_app_setting_set --app=$app --key=db_name --value=$db_name
ynh_app_setting_set --app=$app --key=db_user --value=$db_user
#=================================================
# STORE SETTINGS FROM MANIFEST

View file

@ -84,7 +84,6 @@ chown -R $app:www-data "$install_dir"
#=================================================
ynh_script_progression --message="Upgrading dependencies..."
#ynh_exec_warn_less ynh_install_apps --apps="$app_dependencies"
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
#=================================================