diff --git a/README.md b/README.md index 014dc03..1613f8f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Lstu means Let's Shorten That URL. -**Shipped version:** 0.28-0~ynh1 +**Shipped version:** 0.28-0~ynh2 **Demo:** diff --git a/README_es.md b/README_es.md index 5994810..192b0cc 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. Lstu means Let's Shorten That URL. -**Versión actual:** 0.28-0~ynh1 +**Versión actual:** 0.28-0~ynh2 **Demo:** diff --git a/README_eu.md b/README_eu.md index f1cc76f..004abdc 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Lstu means Let's Shorten That URL. -**Paketatutako bertsioa:** 0.28-0~ynh1 +**Paketatutako bertsioa:** 0.28-0~ynh2 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 0870e0b..6bb1e87 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Raccourcisseur d'URL -**Version incluse :** 0.28-0~ynh1 +**Version incluse :** 0.28-0~ynh2 **Démo :** diff --git a/README_gl.md b/README_gl.md index 09d088f..dec4472 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Lstu means Let's Shorten That URL. -**Versión proporcionada:** 0.28-0~ynh1 +**Versión proporcionada:** 0.28-0~ynh2 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 65f6c78..945f40b 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ Lstu means Let's Shorten That URL. -**分发版本:** 0.28-0~ynh1 +**分发版本:** 0.28-0~ynh2 **演示:** diff --git a/manifest.toml b/manifest.toml index c6c4307..ef206fd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Lstu" description.en = "URL Shortener" description.fr = "Raccourcisseur d'URL" -version = "0.28-0~ynh1" +version = "0.28-0~ynh2" maintainers = ["frju365"] diff --git a/scripts/change_url b/scripts/change_url index 4db7ac8..ba2b907 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -45,7 +45,7 @@ ynh_add_config --template="../conf/lstu.conf.ldap" --destination="$install_dir/l ynh_script_progression --message="Starting a systemd service..." # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Server available at" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Web application available at" #================================================= # END OF SCRIPT diff --git a/scripts/install b/scripts/install index e036420..1315104 100644 --- a/scripts/install +++ b/scripts/install @@ -75,7 +75,7 @@ popd ynh_script_progression --message="Starting a systemd service..." # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Server available at" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Web application available at" #================================================= # END OF SCRIPT diff --git a/scripts/restore b/scripts/restore index f9f2cd4..3500b1f 100644 --- a/scripts/restore +++ b/scripts/restore @@ -56,7 +56,7 @@ yunohost service add $app --log="/var/log/$app.log" --log="/var/www/$app/log/pro #================================================= ynh_script_progression --message="Reloading NGINX web server and $app's service..." --weight=1 -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Server available at" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Web application available at" ynh_systemd_action --service_name=nginx --action=reload