From 97b6881bb8aec8e9671219686af90c76124a0cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 7 Mar 2024 17:24:34 +0100 Subject: [PATCH] Fix typo in upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 315b835..a68fcd0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -31,7 +31,7 @@ fi ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$install_dir/source" --full_replace=1 +ynh_setup_source --dest_dir="$install_dir/sources" --full_replace=1 ynh_setup_source --source_id="dotnet" --dest_dir="$install_dir/dotnet" --full_replace=1 chmod -R o-rwx "$install_dir"