1
0
Fork 0
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:
yalh76 2019-07-27 11:16:50 +02:00
parent 270bdfc898
commit 03cac4d75d

View file

@ -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