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:
parent
26601c07c2
commit
493e67ba97
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue