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:
parent
3291725b82
commit
14801bd4a0
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue