mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Update upgrade
This commit is contained in:
parent
ab0a513e69
commit
b692986c71
1 changed files with 2 additions and 2 deletions
|
@ -98,9 +98,9 @@ then
|
|||
ynh_secure_remove --file="$install_dir"
|
||||
|
||||
if [ "$version" = "Enterprise" ]; then
|
||||
ynh_setup_source --dest_dir="$install_dir" --source_id="enterprise_$YNH_ARCH"
|
||||
ynh_setup_source --dest_dir="$install_dir" --source_id="enterprise"
|
||||
elif [ "$version" = "Team" ]; then
|
||||
ynh_setup_source --dest_dir="$install_dir" --source_id="team_$YNH_ARCH"
|
||||
ynh_setup_source --dest_dir="$install_dir" --source_id="main"
|
||||
fi
|
||||
|
||||
# Copy the admin saved settings and plugins from tmp directory to final path
|
||||
|
|
Loading…
Add table
Reference in a new issue