mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Fix
This commit is contained in:
parent
4ea33d8740
commit
547c9f0099
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
|||
|
||||
if [ "$version" = "Entreprise" ]; then
|
||||
# Get Entreprise binary path
|
||||
ynh_setup_source --dest_dir="$final_path" --source_id="$entreprise"
|
||||
ynh_setup_source --dest_dir="$final_path" --source_id="entreprise"
|
||||
elif [ "$version" = "Team" ]; then
|
||||
# Get Team binary path
|
||||
ynh_setup_source --dest_dir="$final_path" --source_id="$architecture"
|
||||
|
|
|
@ -114,7 +114,7 @@ then
|
|||
ynh_secure_remove --file="$final_path"
|
||||
|
||||
if [ "$version" = "Entreprise" ]; then
|
||||
ynh_setup_source --dest_dir="$final_path" --source_id="$entreprise"
|
||||
ynh_setup_source --dest_dir="$final_path" --source_id="entreprise"
|
||||
elif [ "$version" = "Team" ]; then
|
||||
ynh_setup_source --dest_dir="$final_path" --source_id="$architecture"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue