1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00
This commit is contained in:
ericgaspar 2021-01-13 09:22:59 +01:00
parent 4ea33d8740
commit 547c9f0099
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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