mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Update install
This commit is contained in:
parent
eaba13c121
commit
4b10e39967
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers
|
|||
admin_mail=$(ynh_user_get_info --username=$admin --key="mail")
|
||||
admin_pass=$(ynh_string_random --length=24)
|
||||
secrets_peertube=$(ynh_string_random --length=24)
|
||||
db_name=$(peertube_$app)
|
||||
db_name="peertube_$app"
|
||||
|
||||
# Define app's data directory
|
||||
#REMOVEME? data_dir="/home/yunohost.app/${app}/storage"
|
||||
|
|
Loading…
Add table
Reference in a new issue