mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
[fix] add true for a scrior roundcube script installto.sh
This commit is contained in:
parent
f90ec20dbe
commit
00e53adcde
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,9 @@ sudo chown -R admin: "${final_path}"
|
||||||
# init_composer "${final_path}" admin
|
# init_composer "${final_path}" admin
|
||||||
|
|
||||||
# Install the new Roundcube version
|
# Install the new Roundcube version
|
||||||
sudo php "${final_path}/bin/installto.sh" "$final_path" --force --accept
|
pushd "${final_path}"
|
||||||
|
sudo /usr/bin/php -q ./bin/installto.sh "${final_path}" || true
|
||||||
|
popd
|
||||||
|
|
||||||
# Generate a new random DES key
|
# Generate a new random DES key
|
||||||
deskey=$(ynh_string_random 24)
|
deskey=$(ynh_string_random 24)
|
||||||
|
|
Loading…
Reference in a new issue