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
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$install_dir" --keep="configuration.php"
|
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
|
# Run internal update of joomla fixing missing database tables
|
||||||
pushd "$install_dir"
|
pushd "$install_dir"
|
||||||
php$phpversion cli/joomla.php core:update
|
php$phpversion cli/joomla.php core:update
|
||||||
popd
|
popd
|
||||||
|
# Remove installation directory
|
||||||
|
ynh_secure_remove --file="$install_dir/installation"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue