From ffda3d5c8b89ab7725df7b41882c3bdb2328406b Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 23 Mar 2019 00:11:09 +0100 Subject: [PATCH] siwth app-mastodon.src to app.src --- conf/{app-mastodon.src => app.src} | 0 scripts/upgrade | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename conf/{app-mastodon.src => app.src} (100%) diff --git a/conf/app-mastodon.src b/conf/app.src similarity index 100% rename from conf/app-mastodon.src rename to conf/app.src diff --git a/scripts/upgrade b/scripts/upgrade index a210372..d487286 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -101,7 +101,7 @@ ynh_print_info "Upgrading source files..." # Download Mastodon mv "$final_path/live" "$final_path/live_back" -ynh_setup_source "$final_path/live" "app-mastodon" +ynh_setup_source "$final_path/live" if [ -z $final_path/live_back/public/system ]; then rsync -a "$final_path/live_back/public/system" "$final_path/live_back/public/." fi