mirror of
https://github.com/YunoHost-Apps/mongo-express_ynh.git
synced 2024-09-03 19:46:04 +02:00
Fix upgrade full_replace
This commit is contained in:
parent
ca04c58625
commit
16d1e11ed9
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ fi
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=6
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from amd64.src
|
||||
ynh_setup_source --full_replace --dest_dir="$install_dir"
|
||||
ynh_setup_source --full_replace=1 --dest_dir="$install_dir"
|
||||
|
||||
cp "$install_dir/config.default.js" "$install_dir/config.js"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue