1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

change not needed replacement of package_checker email

This commit is contained in:
yalh76 2019-02-01 01:00:53 +01:00
parent 954042d6a0
commit c694f22916

View file

@ -34,15 +34,13 @@ registration=$YNH_APP_ARG_REGISTRATION
cache=$YNH_APP_ARG_CACHE
size=$YNH_APP_ARG_SIZE
random_key=$(ynh_string_random 64)
admin_email=$(ynh_user_get_info $admin 'mail')
admin_pass_reset_url=""
## Bypass package_checker name not compatible with writefreely
if [ "$admin" = "package_checker" ]
then
admin="test"
admin_email="test@example.com"
else
admin_email=$(ynh_user_get_info $admin 'mail')
fi