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:
parent
073aae276c
commit
dad4c6ee62
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ cache=$YNH_APP_ARG_CACHE
|
||||||
size=$YNH_APP_ARG_SIZE
|
size=$YNH_APP_ARG_SIZE
|
||||||
random_key=$(ynh_string_random 64)
|
random_key=$(ynh_string_random 64)
|
||||||
admin_email=$(ynh_user_get_info $admin 'mail')
|
admin_email=$(ynh_user_get_info $admin 'mail')
|
||||||
admin_pass_reset_url=""
|
|
||||||
|
|
||||||
## Bypass package_checker name not compatible with writefreely
|
## Bypass package_checker name not compatible with writefreely
|
||||||
if [ "$admin" = "package_checker" ]
|
if [ "$admin" = "package_checker" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue