mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Update install
This commit is contained in:
parent
270bdfc898
commit
03cac4d75d
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ random_key=$(ynh_string_random --length=64)
|
|||
admin_email=$(ynh_user_get_info --username=$admin --key="mail")
|
||||
|
||||
## Bypass package_checker name not compatible with pleroma
|
||||
if [ "$admin" = "package_checker" ]
|
||||
then
|
||||
if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
|
||||
admin="test"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue