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

Cleaning up

This commit is contained in:
ericgaspar 2020-08-21 09:56:03 +02:00
parent 2370e58d54
commit a45b16ddc2
2 changed files with 4 additions and 4 deletions

View file

@ -3,8 +3,8 @@
"id": "thelounge",
"packaging_format": 1,
"description": {
"en": "Web IRC client.",
"fr": "Client Web IRC."
"en": "Web IRC client",
"fr": "Client Web IRC"
},
"version": "4.2.0~ynh1",
"url": "https://thelounge.chat/",

View file

@ -46,14 +46,14 @@ test ! -d $final_path \
#=================================================
# RESTORE THE NGINX CONFIGURATION
#=================================================
ynh_script_progression --message="Restoring the nginx configuration..."
ynh_script_progression --message="Restoring the NGINX configuration..."
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#=================================================
# RESTORE THE APP MAIN DIR
#=================================================
ynh_script_progression --message="Restoring the app main directory..."
ynh_script_progression --message="Restoring $app main directory..."
ynh_restore_file --origin_path="$final_path"