1
0
Fork 0
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:
Éric Gaspar 2023-03-27 23:30:57 +02:00
parent eaba13c121
commit 4b10e39967

View file

@ -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"