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

Update install

This commit is contained in:
yalh76 2019-07-19 00:29:12 +02:00
parent 3291725b82
commit 14801bd4a0

View file

@ -34,8 +34,7 @@ password=$YNH_APP_ARG_PASSWORD
single_user=$YNH_APP_ARG_SINGLE_USER
# Bypass package_checker name not compatible with writefreely
if [ "$admin" = "package_checker" ]
then
if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
admin="test"
fi