mirror of
https://github.com/YunoHost-Apps/aeneria_ynh.git
synced 2024-09-03 18:06:15 +02:00
Remove æ to avoid econding error
This commit is contained in:
parent
e318b7d10c
commit
f51f799d23
4 changed files with 12 additions and 12 deletions
2
LICENSE
2
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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue