mirror of
https://github.com/YunoHost-Apps/joomla_ynh.git
synced 2024-09-03 19:26:34 +02:00
Update upgrade
This commit is contained in:
parent
efe30c0977
commit
4b6a253da8
1 changed files with 2 additions and 2 deletions
|
@ -38,12 +38,12 @@ then
|
|||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir" --keep="configuration.php"
|
||||
# Remove installation directory
|
||||
ynh_secure_remove --file="$install_dir/installation"
|
||||
# Run internal update of joomla fixing missing database tables
|
||||
pushd "$install_dir"
|
||||
php$phpversion cli/joomla.php core:update
|
||||
popd
|
||||
# Remove installation directory
|
||||
ynh_secure_remove --file="$install_dir/installation"
|
||||
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue