mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
[fix] manifest install carddav && upgrade script
This commit is contained in:
parent
3eb28f0486
commit
e20a473fa6
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
"en": "Install CardDAV synchronization plugin?",
|
||||
"fr": "Installer le plugin de synchronisation CardDAV ?"
|
||||
},
|
||||
"default": "false"
|
||||
"default": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@ sudo mkdir -p $final_path
|
|||
extract_roundcube "${final_path}"
|
||||
# Change owner by admin for execute composer
|
||||
sudo chown -R admin: "${final_path}"
|
||||
init_composer "${final_path}"
|
||||
# init_composer "${final_path}" admin
|
||||
|
||||
# Install the new Roundcube version
|
||||
sudo php "${final_path}/bin/installto.sh" "$final_path" --force --accept
|
||||
|
|
Loading…
Reference in a new issue