1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/discourse_ynh.git synced 2024-09-03 18:26:18 +02:00

Setup image_optim to disable svgo worker, hence avoiding dependency warning

This commit is contained in:
Jimmy Monin 2018-05-03 07:23:29 +02:00
parent 2fcdb73df8
commit 9bc9fb0ce0
2 changed files with 3 additions and 3 deletions

View file

@ -86,9 +86,6 @@ Known non impacting log messages:
fatal: Not a git repository (or any of the parent directories): .git
bash: BASH_XTRACEFD: 7: invalid value for trace file descriptor
svgo worker: `svgo` not found; please provide proper binary or disable this worker (--no-svgo argument or `:svgo => false` through options)
```
## How-tos
### Install plugins

View file

@ -157,6 +157,9 @@ ynh_replace_string "dc=example,dc=com" "ou=users,dc=yunohost,dc=org" "$ldap_conf
ynh_replace_string "sAMAccountName" "uid" "$ldap_config_file"
ynh_store_file_checksum "$ldap_config_file"
# Disable svgo worker
echo "svgo: false" > $final_path/.image_optim.yml
#=================================================
# SETUP PUMA, A RUBY SERVER
#=================================================