1
0
Fork 0
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:
magikcypress 2017-07-30 23:36:24 +02:00
parent f90ec20dbe
commit 00e53adcde
No known key found for this signature in database
GPG key ID: 3B3C7CD61957AC9A

View file

@ -54,7 +54,9 @@ sudo chown -R admin: "${final_path}"
# init_composer "${final_path}" admin
# 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
deskey=$(ynh_string_random 24)