1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

don't remove admin_pass

This commit is contained in:
ericgaspar 2024-01-05 08:18:54 +01:00
parent 24916c77c2
commit eeb9b2afde
3 changed files with 6 additions and 3 deletions

3
doc/POST_UPGRADE.md Normal file
View file

@ -0,0 +1,3 @@
- __APP__ can now be accessed at [https://__DOMAIN____PATH__](https://__DOMAIN____PATH__)
- The admin username is: root
- The admin password is: __ADMIN_PASS__

3
doc/POST_UPGRADE_fr.md Normal file
View file

@ -0,0 +1,3 @@
- __APP__ est désormais accessible sur [https://__DOMAIN____PATH__](https://__DOMAIN____PATH__)
- Le nom d'utilisateur administrateur est : root
- Le mot de passe administrateur est : __ADMIN_PASS__

View file

@ -21,9 +21,6 @@ upgrade_type=$(ynh_check_app_version_changed)
#=================================================
ynh_script_progression --message="Ensuring downward compatibility..."
ynh_app_setting_delete --app=$app --key=admin_pass
ynh_app_setting_delete --app=$app --key=admin_mail
# If redis_db doesn't exist, create it
if [ -z "${redis_db:-}" ]; then
redis_db=$(ynh_redis_get_free_db)