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:
parent
2fcdb73df8
commit
9bc9fb0ce0
2 changed files with 3 additions and 3 deletions
|
@ -86,9 +86,6 @@ Known non impacting log messages:
|
||||||
fatal: Not a git repository (or any of the parent directories): .git
|
fatal: Not a git repository (or any of the parent directories): .git
|
||||||
|
|
||||||
bash: BASH_XTRACEFD: 7: invalid value for trace file descriptor
|
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
|
## How-tos
|
||||||
### Install plugins
|
### Install plugins
|
||||||
|
|
|
@ -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_replace_string "sAMAccountName" "uid" "$ldap_config_file"
|
||||||
ynh_store_file_checksum "$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
|
# SETUP PUMA, A RUBY SERVER
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue