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:
parent
954042d6a0
commit
c694f22916
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue