From f51f799d23f20d7e963100408733037169d46127 Mon Sep 17 00:00:00 2001 From: Simon Mellerin Date: Sat, 16 Jan 2021 17:16:11 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20=C3=A6=20to=20avoid=20econding=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- manifest.json | 14 +++++++------- scripts/install | 4 ++-- scripts/upgrade | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 04c49f5..ca9ff8a 100644 --- a/LICENSE +++ b/LICENSE @@ -629,7 +629,7 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - æneria + aeneria Copyright (C) 2021 Simon Mellerin This program is free software: you can redistribute it and/or modify diff --git a/manifest.json b/manifest.json index 85c1f39..9071826 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "æneria", + "name": "aeneria", "id": "aeneria", "packaging_format": 1, "description": { @@ -28,8 +28,8 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain for æneria", - "fr": "Choisissez un domaine pour æneria" + "en": "Choose a domain for aeneria", + "fr": "Choisissez un domaine pour aeneria" }, "example": "domain.org" }, @@ -37,8 +37,8 @@ "name": "path", "type": "path", "ask": { - "en": "Choose a path for æneria", - "fr": "Choisissez un chemin pour æneria" + "en": "Choose a path for aeneria", + "fr": "Choisissez un chemin pour aeneria" }, "example": "/aeneria", "default": "/aeneria" @@ -60,8 +60,8 @@ "name": "admin", "type": "user", "ask": { - "en": "Choose the æneria administrator", - "fr": "Choisissez l'administrateur de æneria" + "en": "Choose the aeneria administrator", + "fr": "Choisissez l'administrateur de aeneria" }, "example": "homer" } diff --git a/scripts/install b/scripts/install index c0a858e..4c50f0d 100644 --- a/scripts/install +++ b/scripts/install @@ -112,7 +112,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= # CONFIGURE AENERIA #================================================= -ynh_script_progression --message="Configuring æneria..." --weight=1 +ynh_script_progression --message="Configuring aeneria..." --weight=1 aeneria_conf="$final_path/.env" cp ../conf/.env $aeneria_conf @@ -128,7 +128,7 @@ chmod 600 "$aeneria_conf" #================================================= # INSTALL AENERIA #================================================= -ynh_script_progression --message="Installing æneria..." --weight=1 +ynh_script_progression --message="Installing aeneria..." --weight=1 # Set permissions to app files chown -R $app: $final_path diff --git a/scripts/upgrade b/scripts/upgrade index 6524915..7e4d983 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -138,7 +138,7 @@ ynh_add_fpm_config --usage=low --footprint=low --package="$extra_php_dependencie #================================================= # CONFIGURE AENERIA #================================================= -ynh_script_progression --message="Configuring æneria..." --weight=1 +ynh_script_progression --message="Configuring aeneria..." --weight=1 # Copy and set aeneria dist configuration aeneria_conf="$final_path/.env" @@ -155,7 +155,7 @@ chmod 600 "$aeneria_conf" #================================================= # UPGRADE AENERIA #================================================= -ynh_script_progression --message="Upgrading æneria..." --weight=1 +ynh_script_progression --message="Upgrading aeneria..." --weight=1 # Set permissions on app files chown -R $app: $final_path