mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
fix
This commit is contained in:
parent
1ff441aba1
commit
a5140f22c8
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ database:
|
|||
hostname: 'localhost'
|
||||
port: 5432
|
||||
ssl: false
|
||||
suffix: '___APP__'
|
||||
suffix: ''
|
||||
username: '__DB_USER__'
|
||||
password: '__DB_PWD__'
|
||||
pool:
|
||||
|
|
|
@ -30,7 +30,7 @@ ynh_app_setting_set --app=$app --key=secrets_peertube --value=$secrets_peertube
|
|||
#=================================================
|
||||
# INSTALL DEPENDENCIES
|
||||
#=================================================
|
||||
#REMOVEME? ynh_script_progression --message="Installing dependencies..."
|
||||
ynh_script_progression --message="Installing dependencies..."
|
||||
|
||||
ynh_exec_warn_less ynh_install_apps --apps="$app_dependencies"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue