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

Update upgrade : let's try to force the update.sh call to be non-interactive...

This commit is contained in:
Alexandre Aubin 2023-11-13 12:42:07 +01:00 committed by GitHub
parent 26601c07c2
commit 493e67ba97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,7 +262,7 @@ then
# Update JavaScript dependencies
pushd "$final_path"
./bin/update.sh --version="?" -y
./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"