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

remove not needed variable

This commit is contained in:
yalh76 2019-03-21 04:30:13 +01:00
parent 073aae276c
commit dad4c6ee62

View file

@ -36,7 +36,6 @@ 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" ]