mirror of
https://github.com/YunoHost-Apps/netdata_ynh.git
synced 2024-09-03 19:46:33 +02:00
[autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1
This commit is contained in:
parent
bb4e886e4a
commit
9a344a0458
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ ynh_script_progression --message="Reinstalling Netdata..." --weight=18
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
NETDATA_TMPDIR=$(mktemp -d)
|
NETDATA_TMPDIR=$(mktemp -d)
|
||||||
ynh_setup_source --dest_dir="$NETDATA_TMPDIR"
|
ynh_setup_source --dest_dir="$NETDATA_TMPDIR" --full_replace=1
|
||||||
|
|
||||||
# create a temporary file for the log
|
# create a temporary file for the log
|
||||||
tmplog=$(mktemp /tmp/netdata-updater-log-XXXXXX.log)
|
tmplog=$(mktemp /tmp/netdata-updater-log-XXXXXX.log)
|
||||||
|
|
|
@ -20,7 +20,7 @@ ynh_script_progression --message="Upgrading source files..." --weight=18
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
NETDATA_TMPDIR=$(mktemp -d)
|
NETDATA_TMPDIR=$(mktemp -d)
|
||||||
ynh_setup_source "$NETDATA_TMPDIR"
|
ynh_setup_source "$NETDATA_TMPDIR" --full_replace=1
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC UPGRADE
|
# SPECIFIC UPGRADE
|
||||||
|
|
Loading…
Add table
Reference in a new issue