1
0
Fork 0
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:
jarod5001 2024-02-01 20:51:06 +01:00 committed by GitHub
parent efe30c0977
commit 4b6a253da8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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