mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Update scripts/upgrade
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
2b85d2acd0
commit
158ebce64a
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ chown -R $app:www-data "$datadir"
|
|||
#=================================================
|
||||
|
||||
if [ -z "$secrets_peertube" ]; then
|
||||
ynh_script_progression --message="Generating and storing PeerTube secrets..."
|
||||
ynh_print_info --message="Generating and storing PeerTube secrets..."
|
||||
secrets_peertube=$(ynh_string_random --length=24)
|
||||
ynh_app_setting_set --app=$app --key=secrets_peertube --value=$secrets_peertube
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue