mirror of
https://github.com/YunoHost-Apps/libretranslate_ynh.git
synced 2024-09-03 19:36:00 +02:00
cleaning
This commit is contained in:
parent
b4dd1c9ebe
commit
e7b2f96600
3 changed files with 1 additions and 3 deletions
|
@ -17,7 +17,7 @@ admindoc = "https://libretranslate.com/docs/"
|
||||||
code = "https://github.com/LibreTranslate/LibreTranslate"
|
code = "https://github.com/LibreTranslate/LibreTranslate"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
|
@ -29,7 +29,6 @@ pushd $install_dir
|
||||||
ynh_exec_warn_less pip install libretranslate==$libretranslate_version toml
|
ynh_exec_warn_less pip install libretranslate==$libretranslate_version toml
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SYSTEM CONFIGURATION
|
# SYSTEM CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -25,7 +25,6 @@ chown -R $app:www-data /var/log/$app/
|
||||||
#=================================================
|
#=================================================
|
||||||
# RESTORE THE NGINX CONFIGURATION
|
# RESTORE THE NGINX CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_script_progression --message="Restoring the NGINX web server configuration..." --weight=1
|
ynh_script_progression --message="Restoring the NGINX web server configuration..." --weight=1
|
||||||
|
|
||||||
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
|
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue