diff --git a/README.md b/README.md index 80e33ac..7ddcb20 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ PHP-FPM version can also be selected among `none`, `7.4`, `8.0`, `8.1` and `8.2` You can also customize 404 errors - if you enable the option in the config panel. Simply create an `error` folder in the `www` root directory, containing your custom `html` files. -**Shipped version:** 1.0~ynh18 +**Shipped version:** 1.0~ynh19 ## Documentation and resources - Upstream app code repository: diff --git a/README_es.md b/README_es.md index 36da914..d2d094a 100644 --- a/README_es.md +++ b/README_es.md @@ -27,7 +27,7 @@ PHP-FPM version can also be selected among `none`, `7.4`, `8.0`, `8.1` and `8.2` You can also customize 404 errors - if you enable the option in the config panel. Simply create an `error` folder in the `www` root directory, containing your custom `html` files. -**Versión actual:** 1.0~ynh18 +**Versión actual:** 1.0~ynh19 ## Documentaciones y recursos - Repositorio del código fuente oficial de la aplicación : diff --git a/README_eu.md b/README_eu.md index f86f5f1..e2bf70b 100644 --- a/README_eu.md +++ b/README_eu.md @@ -27,7 +27,7 @@ PHP-FPM version can also be selected among `none`, `7.4`, `8.0`, `8.1` and `8.2` You can also customize 404 errors - if you enable the option in the config panel. Simply create an `error` folder in the `www` root directory, containing your custom `html` files. -**Paketatutako bertsioa:** 1.0~ynh18 +**Paketatutako bertsioa:** 1.0~ynh19 ## Dokumentazioa eta baliabideak - Jatorrizko aplikazioaren kode-gordailua: diff --git a/README_fr.md b/README_fr.md index 90b62d2..ce6f622 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ La version de PHP-FPM peut aussi être choisie, parmi `none`, `7.4`, `8.0`, `8.1 L'application vous permet aussi de gérer - si vous activez l'option dans le panneau de configuration - la gestion des erreurs 404, il vous suffit de créer un dossier `error` dans le répertoire racine `www` et d'y placer vos fichiers d'erreur `html` -**Version incluse :** 1.0~ynh18 +**Version incluse :** 1.0~ynh19 ## Documentations et ressources - Dépôt de code officiel de l’app : diff --git a/README_gl.md b/README_gl.md index f1a6599..050089d 100644 --- a/README_gl.md +++ b/README_gl.md @@ -27,7 +27,7 @@ PHP-FPM version can also be selected among `none`, `7.4`, `8.0`, `8.1` and `8.2` You can also customize 404 errors - if you enable the option in the config panel. Simply create an `error` folder in the `www` root directory, containing your custom `html` files. -**Versión proporcionada:** 1.0~ynh18 +**Versión proporcionada:** 1.0~ynh19 ## Documentación e recursos - Repositorio de orixe do código: diff --git a/README_id.md b/README_id.md index a0d5cc7..281a0c5 100644 --- a/README_id.md +++ b/README_id.md @@ -27,7 +27,7 @@ PHP-FPM version can also be selected among `none`, `7.4`, `8.0`, `8.1` and `8.2` You can also customize 404 errors - if you enable the option in the config panel. Simply create an `error` folder in the `www` root directory, containing your custom `html` files. -**Versi terkirim:** 1.0~ynh18 +**Versi terkirim:** 1.0~ynh19 ## Dokumentasi dan sumber daya - Depot kode aplikasi hulu: diff --git a/README_zh_Hans.md b/README_zh_Hans.md index b419539..5463049 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -27,7 +27,7 @@ PHP-FPM version can also be selected among `none`, `7.4`, `8.0`, `8.1` and `8.2` You can also customize 404 errors - if you enable the option in the config panel. Simply create an `error` folder in the `www` root directory, containing your custom `html` files. -**分发版本:** 1.0~ynh18 +**分发版本:** 1.0~ynh19 ## 文档与资源 - 上游应用代码库: diff --git a/manifest.toml b/manifest.toml index fb2b587..d512972 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "My Webapp" description.en = "Custom Web app with SFTP access to serve static (HTML, CSS, JS) and PHP files" description.fr = "Application Web personnalisée avec accès SFTP pour servir des fichiers statiques (HTML, CSS, JS) et PHP" -version = "1.0~ynh18" +version = "1.0~ynh19" maintainers = [] diff --git a/scripts/backup b/scripts/backup index 4e0ff8c..6ab1a2d 100644 --- a/scripts/backup +++ b/scripts/backup @@ -45,7 +45,7 @@ then ynh_print_info --message="Backing up the database..." if [ $database == "mysql" ]; then - ynh_mysql_dump_db --database="$db_name" > db.sql* + ynh_mysql_dump_db --database="$db_name" > db.sql elif [ $database == "postgresql" ]; then ynh_psql_dump_db --database="$db_name" > db.sql fi