mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
fix message xmpp
This commit is contained in:
parent
47177c2eca
commit
dfc7c02a02
1 changed files with 1 additions and 1 deletions
|
@ -950,7 +950,7 @@ fi
|
||||||
|
|
||||||
if [ $type_exec_env -eq 2 ]
|
if [ $type_exec_env -eq 2 ]
|
||||||
then
|
then
|
||||||
previous_level=$(grep "$app_name" "$script_dir/../auto_build/list_level_stable" | cut -d: -f2)
|
previous_level=$(grep "$(basename "$app_name")" "$script_dir/../auto_build/list_level_stable" | cut -d: -f2)
|
||||||
message="L'application $(basename "$app_name")"
|
message="L'application $(basename "$app_name")"
|
||||||
if [ -z "$previous_level" ]; then
|
if [ -z "$previous_level" ]; then
|
||||||
message="$message vient d'atteindre le niveau $level"
|
message="$message vient d'atteindre le niveau $level"
|
||||||
|
|
Loading…
Add table
Reference in a new issue