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:
parent
e3eef47675
commit
921f49b027
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue