From 3d0154a69fdbc2a56ac3bb9b74d72d283381e259 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 15 Mar 2022 22:51:56 +0100 Subject: [PATCH] comments updated --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index c50835a..352edb2 100755 --- a/scripts/install +++ b/scripts/install @@ -140,7 +140,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1 ### downloaded from an upstream source, like a git repository. ### `ynh_setup_source` use the file conf/app.src -# ynh_detect_arch comes from _common.sh / personnal helpers +# detect_arch comes from _common.sh / personnal helpers architecture=$detect_arch # Download, check integrity, uncompress and patch the source from app.src diff --git a/scripts/upgrade b/scripts/upgrade index c27ba86..16f5de7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -83,7 +83,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ] then ynh_script_progression --message="Upgrading source files..." - # ynh_detect_arch comes from _common.sh / personnal helpers + # detect_arch comes from _common.sh / personnal helpers architecture=$detect_arch # Download, check integrity, uncompress and patch the source from app.src