1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

upgrade: fix call to bin/update.sh, add -y option, make it consistent with the other call

This commit is contained in:
Alexandre Aubin 2023-11-12 18:18:34 +01:00 committed by GitHub
parent e3eef47675
commit 921f49b027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,7 +262,7 @@ then
# Update JavaScript dependencies
(cd "$final_path"
/usr/bin/php$phpversion -q ./bin/update.sh -v ?)
./bin/update.sh --version="?" -y)
# Store the config file checksum into the app settings
ynh_store_file_checksum --file="$final_path/config/config.inc.php"