1
0
Fork 0
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:
Yunohost-Bot 2024-03-11 16:06:44 +01:00 committed by Félix Piédallu
parent bb4e886e4a
commit 9a344a0458
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ ynh_script_progression --message="Reinstalling Netdata..." --weight=18
# Download, check integrity, uncompress and patch the source from app.src
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
tmplog=$(mktemp /tmp/netdata-updater-log-XXXXXX.log)

View file

@ -20,7 +20,7 @@ ynh_script_progression --message="Upgrading source files..." --weight=18
# Download, check integrity, uncompress and patch the source from app.src
NETDATA_TMPDIR=$(mktemp -d)
ynh_setup_source "$NETDATA_TMPDIR"
ynh_setup_source "$NETDATA_TMPDIR" --full_replace=1
#=================================================
# SPECIFIC UPGRADE