mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Update upgrade
This commit is contained in:
parent
62dbca35e7
commit
bf54050560
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ EOF
|
|||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
|
||||
pushd $final_path/htdocs/install/
|
||||
pushd $install_dir/htdocs/install/
|
||||
|
||||
if php$phpversion upgrade.php $current_version $next_version > /var/log/$app/upgrade.html; then
|
||||
ynh_print_info --message="Step 1 upgrading ended successfully"
|
||||
|
|
Loading…
Reference in a new issue